Bring back listBind(ings) in Utils.hs by reorganising Translator.hs and GhcTools.hs
[matthijs/master-project/cλash.git] / cλash / clash.cabal
index 24cf85032284f7ca981344e5740532a89cf00e04..fb44457a57412eb5ff90f8034096f6c7b54684d6 100644 (file)
@@ -17,12 +17,14 @@ 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.11, pretty, vhdl > 0.1, haskell98, syb,
+                    data-accessor, containers, base >= 4, transformers,
+                    filepath, template-haskell, data-accessor-template,
+                    prettyclass
                     
-  exposed-modules:  CLasH.Translator,
+  exposed-modules:  CLasH.Translator
                     CLasH.Translator.Annotations
+                    CLasH.Utils
                     
   other-modules:    CLasH.Translator.TranslatorTypes
                     CLasH.Normalize