X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Fc%CE%BBash.git;a=blobdiff_plain;f=c%CE%BBash%2Fclash.cabal;h=a5ab10291fdb5ec065a88904d3d7866c50322921;hp=d7221917fcee8704244d272d915b9b30b054ee3d;hb=9db64cab54642d2e42222b523df9141c9cff0e24;hpb=3173aff498a4f3f7cfeeece66eaf3eecb3bc389b diff --git "a/c\316\273ash/clash.cabal" "b/c\316\273ash/clash.cabal" index d722191..a5ab102 100644 --- "a/c\316\273ash/clash.cabal" +++ "b/c\316\273ash/clash.cabal" @@ -17,18 +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, data-accessor-transformers, prettyclass, directory, - th-lift-ng, tfp, tfvec, time + 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 @@ -44,4 +49,5 @@ Library CLasH.Utils.Core.BinderTools CLasH.Utils.Core.CoreShow CLasH.Utils.Core.CoreTools +