Add time dependency to cabal package
[matthijs/master-project/cλash.git] / cλash / clash.cabal
index 529772c1543cf69f865a021ed95ef5d5f17e539e..d7221917fcee8704244d272d915b9b30b054ee3d 100644 (file)
@@ -20,10 +20,13 @@ Library
   build-depends:    ghc >= 6.11, pretty, vhdl > 0.1, haskell98, syb,
                     data-accessor, containers, base >= 4, transformers,
                     filepath, template-haskell, data-accessor-template,
-                    prettyclass
+                    data-accessor-transformers, prettyclass, directory, 
+                    th-lift-ng, tfp, tfvec, time
                     
-  exposed-modules:  CLasH.Translator,
+  exposed-modules:  CLasH.HardwareTypes
+                    CLasH.Translator
                     CLasH.Translator.Annotations
+                    CLasH.Utils
                     
   other-modules:    CLasH.Translator.TranslatorTypes
                     CLasH.Normalize
@@ -32,11 +35,13 @@ Library
                     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