From: Christiaan Baaij Date: Mon, 20 Jul 2009 12:01:08 +0000 (+0200) Subject: Changed build-depends to only those libraries required to build clash X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Fc%CE%BBash.git;a=commitdiff_plain;h=427e9c1958dc689ef2359da36f09a48df3909e77 Changed build-depends to only those libraries required to build clash tfvec, tfp and th-lift-ng are however required to translate any haskell file to VHDL. They will be included in the clash package --- diff --git "a/c\316\273ash/c\316\273ash.cabal" "b/c\316\273ash/c\316\273ash.cabal" index 7595365..7ea2ed0 100644 --- "a/c\316\273ash/c\316\273ash.cabal" +++ "b/c\316\273ash/c\316\273ash.cabal" @@ -17,12 +17,14 @@ maintainer: christiaan.baaij@gmail.com & matthijs@stdin.nl Cabal-Version: >= 1.2 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, template-haskell + build-depends: ghc >= 6.11, pretty, vhdl, haskell98, ghc-paths, syb, + data-accessor, containers, base >= 4, transformers, + filepath, template-haskell, data-accessor-template, + prettyclass + exposed-modules: CLasH.Translator, CLasH.Translator.Annotations + other-modules: CLasH.Translator.TranslatorTypes CLasH.Normalize CLasH.Normalize.NormalizeTypes