Use createDirectoryIfMissing to create the vhdl directory, as it can create the paren...
[matthijs/master-project/cλash.git] / cλash / clash.cabal
index 529772c1543cf69f865a021ed95ef5d5f17e539e..459be313ebe343b217787e31aac51792e031d14b 100644 (file)
@@ -20,10 +20,11 @@ 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
+                    prettyclass, directory
                     
-  exposed-modules:  CLasH.Translator,
+  exposed-modules:  CLasH.Translator
                     CLasH.Translator.Annotations
+                    CLasH.Utils
                     
   other-modules:    CLasH.Translator.TranslatorTypes
                     CLasH.Normalize