Update package dependencies
[matthijs/master-project/cλash.git] / cλash / clash.cabal
index 24cf85032284f7ca981344e5740532a89cf00e04..a5ab10291fdb5ec065a88904d3d7866c50322921 100644 (file)
@@ -17,25 +17,37 @@ maintainer:         christiaan.baaij@gmail.com & matthijs@stdin.nl
 Cabal-Version:      >= 1.2
 
 Library
-  build-depends:    ghc >= 6.11, pretty, vhdl, haskell98, syb, data-accessor, 
-                    containers, base >= 4, transformers, filepath, 
-                    template-haskell, data-accessor-template, prettyclass
+  build-depends:    ghc >= 6.12, pretty, vhdl > 0.1, haskell98, syb,
+                    data-accessor, containers, base >= 4, transformers,
+                    filepath, template-haskell, data-accessor-template,
+                    data-accessor-transformers, prettyclass, directory, 
+                    tfp, th-lift, time
                     
-  exposed-modules:  CLasH.Translator,
+  exposed-modules:  CLasH.HardwareTypes
+                    CLasH.Translator
                     CLasH.Translator.Annotations
+                    CLasH.Utils
                     
-  other-modules:    CLasH.Translator.TranslatorTypes
+  other-modules:    Data.Param.Integer
+                    Data.Param.Signed
+                    Data.Param.Unsigned
+                    Data.Param.Index
+                    Data.Param.Vector
+                    CLasH.Translator.TranslatorTypes
                     CLasH.Normalize
                     CLasH.Normalize.NormalizeTypes
                     CLasH.Normalize.NormalizeTools
                     CLasH.VHDL
                     CLasH.VHDL.Constants
                     CLasH.VHDL.Generate
+                    CLasH.VHDL.Testbench
                     CLasH.VHDL.VHDLTools
                     CLasH.VHDL.VHDLTypes
                     CLasH.Utils.GhcTools
                     CLasH.Utils.HsTools
                     CLasH.Utils.Pretty
+                    CLasH.Utils.Core.BinderTools
                     CLasH.Utils.Core.CoreShow
                     CLasH.Utils.Core.CoreTools
+