X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=c%CE%BBash%2Fclash.cabal;h=a5ab10291fdb5ec065a88904d3d7866c50322921;hb=9db64cab54642d2e42222b523df9141c9cff0e24;hp=1797f28e596e17abeafdb997e471810621b65b33;hpb=4a1b18cd81cebb66c95cc0ca8a6aaa441bee1418;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git "a/c\316\273ash/clash.cabal" "b/c\316\273ash/clash.cabal" index 1797f28..a5ab102 100644 --- "a/c\316\273ash/clash.cabal" +++ "b/c\316\273ash/clash.cabal" @@ -17,17 +17,23 @@ maintainer: christiaan.baaij@gmail.com & matthijs@stdin.nl Cabal-Version: >= 1.2 Library - build-depends: ghc >= 6.11, pretty, vhdl > 0.1, haskell98, syb, + build-depends: ghc >= 6.12, pretty, vhdl > 0.1, haskell98, syb, data-accessor, containers, base >= 4, transformers, filepath, template-haskell, data-accessor-template, - prettyclass, directory, th-lift-ng, tfp, tfvec + data-accessor-transformers, prettyclass, directory, + tfp, th-lift, time 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 @@ -43,4 +49,5 @@ Library CLasH.Utils.Core.BinderTools CLasH.Utils.Core.CoreShow CLasH.Utils.Core.CoreTools +