diff options
author | Ian Lynagh <igloo@earth.li> | 2010-12-14 01:10:11 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-12-14 01:10:11 +0000 |
commit | 2247d4c49e705ee88f5249368e718c12897fe103 (patch) | |
tree | 04858b4d0dc1e356755ad94ba79616fdc464c978 /mk | |
parent | cf00e6f9496393962342df483f9555b8c71ae0c2 (diff) | |
download | haskell-2247d4c49e705ee88f5249368e718c12897fe103.tar.gz |
Remove dead code now that we require the bootstrapping compiler be >= 6.12
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index 558624fbfe..4e61732c0f 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -495,8 +495,6 @@ GhcMajVersion = @GhcMajVersion@ GhcMinVersion = @GhcMinVersion@ # Keep this in sync with the variables in package-config.mk -ghc_ge_6102 = @ghc_ge_6102@ -ghc_ge_611 = @ghc_ge_611@ ghc_ge_613 = @ghc_ge_613@ # Canonicalised ghc version number, used for easy (integer) version |