summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-11-08 14:43:28 +0000
committerIan Lynagh <igloo@earth.li>2008-11-08 14:43:28 +0000
commitf5817e0a7e3bca5d038690b3741af76572726e9d (patch)
tree00d560daeab5ec99f2ad8c6d002a9e2fa18fed42 /mk
parentfb8bf8536a4b72b59cb7a3fc26c5787f3b80348d (diff)
downloadhaskell-f5817e0a7e3bca5d038690b3741af76572726e9d.tar.gz
ghc_ge_605 is now always YES
Diffstat (limited to 'mk')
-rw-r--r--mk/config.mk.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index e8429e9652..a178d2ae77 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -929,14 +929,12 @@ GhcPatchLevel = @ProjectPatchLevel@
GhcMajVersion = @GhcMajVersion@
GhcMinVersion = @GhcMinVersion@
-ghc_ge_605 = YES
ghc_ge_607 = YES
ghc_ge_609 = YES
else # not UseStage1 or BootingFromHc
# Some useful GHC version predicates:
-ghc_ge_605 = @ghc_ge_605@
ghc_ge_607 = @ghc_ge_607@
ghc_ge_609 = @ghc_ge_609@