Fix cabal file to reflect temp bug fixes
authorchristiaanb <christiaan.baaij@gmail.com>
Mon, 7 Jun 2010 20:37:42 +0000 (22:37 +0200)
committerchristiaanb <christiaan.baaij@gmail.com>
Mon, 7 Jun 2010 20:37:42 +0000 (22:37 +0200)
clash/clash.cabal

index 2eb3058c94f0ce3a2220dfa4f34cff49c82bf695..db16c33e8e007d8199cdd2e3c240602a35abbfae 100644 (file)
@@ -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