X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=5825ef364984d51250a507b02f881bd4080b3d7a;hb=954804ab61ee91361bb344b09dfe850caacc232b;hp=b241dc946aa0efe80257ef7306a48415b81b1eac;hpb=d70b588ca35138bcfa21f30eb27b2015cb954ed0;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index b241dc9..5825ef3 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