diff options
author | Simon Marlow <simonmar@microsoft.com> | 2008-01-21 11:18:35 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2008-01-21 11:18:35 +0000 |
commit | 954804ab61ee91361bb344b09dfe850caacc232b (patch) | |
tree | 41053fe4038923f651453260ddf21f1969ac94dc /mk | |
parent | 5ed66aa2c8ee97d1f370dc719c09cba2a15d5ac3 (diff) | |
download | haskell-954804ab61ee91361bb344b09dfe850caacc232b.tar.gz |
Increase the bar for bootstrapping GHC to 6.4 (HEAD only)
- remove $(ghc_ge_601), $(ghc_ge_602), $(ghc_ge_603)
- configure now checks the GHC version number
- there are probably various cleanups that we can now do in compat/
and compiler/, but I haven't done those yet.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index b241dc946a..5825ef3649 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 |