X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=c%CE%BBash%2Fclash.cabal;fp=c%CE%BBash%2Fclash.cabal;h=69fd79f4828e51e07dee1a2dfcbafa0188cca2d2;hb=4495e7a13be4643f342c5b05dcb819b60dc1b108;hp=6daa84322ca00577a06955fc6c1d5ebc3e962614;hpb=7538f04668475b1782239832fb01b38783b1f9e3;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git "a/c\316\273ash/clash.cabal" "b/c\316\273ash/clash.cabal" index 6daa843..69fd79f 100644 --- "a/c\316\273ash/clash.cabal" +++ "b/c\316\273ash/clash.cabal" @@ -16,23 +16,11 @@ stability: alpha maintainer: christiaan.baaij@gmail.com & matthijs@stdin.nl Cabal-Version: >= 1.2 -flag out-ghc-tree - description: Are we outside a GHC tree? - default: False - manual: True - Library - if flag(out-ghc-tree) - build-depends: ghc-paths - else - cpp-options: -DIN_GHC_TREE - build-depends: ghc >= 6.11, pretty, vhdl, haskell98, syb, data-accessor, containers, base >= 4, transformers, filepath, template-haskell, data-accessor-template, prettyclass - extensions: CPP - exposed-modules: CLasH.Translator, CLasH.Translator.Annotations