diff options
author | Ian Lynagh <igloo@earth.li> | 2011-01-21 23:02:45 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-01-21 23:02:45 +0000 |
commit | 2e9fee4031b2203927d2483ab7e212557d9af99b (patch) | |
tree | 21587a3c2a3d0b118087af34d9282bc24b27c3f1 /ghc/ghc-bin.cabal.in | |
parent | a59f5d6552674928879cae0d225e6052876d5ca4 (diff) | |
download | haskell-2e9fee4031b2203927d2483ab7e212557d9af99b.tar.gz |
Remove some hardcoded makefile settings
Now that we used cabal to configure the ghc-bin package they are no
longer needed.
Diffstat (limited to 'ghc/ghc-bin.cabal.in')
-rw-r--r-- | ghc/ghc-bin.cabal.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in index a0915b3c56..648118011e 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -35,6 +35,8 @@ Executable ghc else Build-Depends: unix + C-Sources: hschooks.c + GHC-Options: -Wall if flag(ghci) CPP-Options: -DGHCI |