Changed build-depends to only those libraries required to build clash
authorChristiaan Baaij <christiaan.baaij@gmail.com>
Mon, 20 Jul 2009 12:01:08 +0000 (14:01 +0200)
committerChristiaan Baaij <christiaan.baaij@gmail.com>
Mon, 20 Jul 2009 12:01:08 +0000 (14:01 +0200)
tfvec, tfp and th-lift-ng are however required to translate any haskell
file to VHDL. They will be included in the clash package

cλash/cλash.cabal

index 75953658f08efbc95548f71d048667bbef3db288..7ea2ed089514a825e4d9afa2d2cd11311f2e21be 100644 (file)
@@ -17,12 +17,14 @@ maintainer:         christiaan.baaij@gmail.com & matthijs@stdin.nl
 Cabal-Version:      >= 1.2
 
 Library
-  build-depends:    ghc >= 6.11, vhdl, data-accessor-template, data-accessor,
-                    containers, transformers, base >= 4, haskell98,
-                    prettyclass, ghc-paths, pretty, syb, filepath, th-lift-ng,
-                    tfp > 0.3.2, tfvec > 0.1.2, template-haskell
+  build-depends:    ghc >= 6.11, pretty, vhdl, haskell98, ghc-paths, syb,
+                    data-accessor, containers, base >= 4, transformers,
+                    filepath, template-haskell, data-accessor-template,
+                    prettyclass
+                    
   exposed-modules:  CLasH.Translator,
                     CLasH.Translator.Annotations
+                    
   other-modules:    CLasH.Translator.TranslatorTypes
                     CLasH.Normalize
                     CLasH.Normalize.NormalizeTypes