We now support Annotations to indicate top-level entity and initial state
[matthijs/master-project/cλash.git] / cλash / cλash.cabal
index 23af8fb60428a7db52ae72df7dff78523aff03ae..75953658f08efbc95548f71d048667bbef3db288 100644 (file)
@@ -20,8 +20,9 @@ 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
-  exposed-modules:  CLasH.Translator
+                    tfp > 0.3.2, tfvec > 0.1.2, template-haskell
+  exposed-modules:  CLasH.Translator,
+                    CLasH.Translator.Annotations
   other-modules:    CLasH.Translator.TranslatorTypes
                     CLasH.Normalize
                     CLasH.Normalize.NormalizeTypes