From: christiaanb Date: Mon, 7 Jun 2010 20:37:42 +0000 (+0200) Subject: Fix cabal file to reflect temp bug fixes X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Fc%CE%BBash.git;a=commitdiff_plain;h=bd27fad876bc3a534c1793333bde9c32a3d0bfc9 Fix cabal file to reflect temp bug fixes --- diff --git a/clash/clash.cabal b/clash/clash.cabal index 2eb3058..db16c33 100644 --- a/clash/clash.cabal +++ b/clash/clash.cabal @@ -1,5 +1,5 @@ name: clash -version: 0.1 +version: 0.1.0.1 build-type: Simple synopsis: CAES Language for Synchronous Hardware (CLaSH) description: CLaSH is a tool-chain/language to translate subsets of @@ -19,11 +19,11 @@ maintainer: christiaan.baaij@gmail.com & matthijs@stdin.nl Cabal-Version: >= 1.2 Library - build-depends: ghc >= 6.12, pretty, vhdl > 0.1, haskell98, syb, - data-accessor, containers, base >= 4 && < 5, transformers, - filepath, template-haskell, data-accessor-template, - data-accessor-transformers, prettyclass, directory, - tfp, th-lift, time + build-depends: ghc >= 6.12 && < 6.13, pretty, vhdl > 0.1, haskell98, syb, + data-accessor >= 0.2.1.3, containers, base >= 4 && < 5, + transformers >= 0.2, filepath, template-haskell, + data-accessor-template, data-accessor-transformers, + prettyclass, directory, tfp, th-lift, time exposed-modules: CLasH.HardwareTypes CLasH.Translator