X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=f27a4b1c9b832a810e196a146f73e382eb55fb46;hb=6e9417cdb3a38e0b763f82183ccc88788d1b78db;hp=b241dc946aa0efe80257ef7306a48415b81b1eac;hpb=d70b588ca35138bcfa21f30eb27b2015cb954ed0;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index b241dc9..f27a4b1 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -877,9 +877,6 @@ GhcPatchLevel = @ProjectPatchLevel@ GhcMajVersion = @GhcMajVersion@ GhcMinVersion = @GhcMinVersion@ -ghc_ge_601 = YES -ghc_ge_602 = YES -ghc_ge_603 = YES ghc_ge_605 = YES ghc_ge_607 = YES @@ -893,9 +890,6 @@ GhcMajVersion = @GhcMajVersion@ GhcMinVersion = @GhcMinVersion@ # Some useful GHC version predicates: -ghc_ge_601 = @ghc_ge_601@ -ghc_ge_602 = @ghc_ge_602@ -ghc_ge_603 = @ghc_ge_603@ ghc_ge_605 = @ghc_ge_605@ ghc_ge_607 = @ghc_ge_607@ endif @@ -1114,7 +1108,7 @@ HAPPY_VERSION = @HappyVersion@ # # Options to pass to Happy when we're going to compile the output with GHC # -GHC_HAPPY_OPTS = -agc +GHC_HAPPY_OPTS = -agc --strict # Temp. to work around performance problems in the HEAD around 8/12/2003, # A Happy compiled with this compiler needs more stack.