summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonm <unknown>1998-01-09 16:16:45 +0000
committersimonm <unknown>1998-01-09 16:16:45 +0000
commitb2a897e2505ea9fbdf60da5da049fb42b2d65074 (patch)
treebf869cfc407a9582567a8d3fa375f2f92efc682d
parent49abcf83cf9a5709cf821877e793ad272ea215de (diff)
downloadhaskell-b2a897e2505ea9fbdf60da5da049fb42b2d65074.tar.gz
[project @ 1998-01-09 16:16:45 by simonm]
- remove Ghc2_0 - bump GHC version number to 3.00 - default compiler to build with is 2.10
-rw-r--r--mk/config.mk.in9
1 files changed, 2 insertions, 7 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 6b40a67df5..a60d208f0d 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -146,7 +146,7 @@ ProjectPatchLevel = $($(Project)ProjectPatchLevel)
#
GhcProjectName = The Glorious Glasgow Haskell Compilation System
GhcProjectNameShort = ghc
-GhcProjectVersion = 2.10
+GhcProjectVersion = 3.00
GhcProjectPatchLevel = 0
#---------------------------------------------------------------
@@ -157,10 +157,6 @@ GhcProjectPatchLevel = 0
#
# WithGhcHc Path name of the compiler to use
#
-# Ghc2_0 Whether this compiler is GHC 2.0 or later
-# (which affects gruesome details about
-# how mutually recursive modules are handled)
-#
# WithGhcHcType What "type" of compiler is being used
# Valid options:
# HC_CHALMERS_HBC
@@ -168,8 +164,7 @@ GhcProjectPatchLevel = 0
# HC_ROJEMO_NHC
# HC_UNSPECIFIED
-WithGhcHc = ghc-0.29
-Ghc2_0=NO
+WithGhcHc = ghc-2.10
# Unused, we think
# WithGhcHcType=HC_GLASGOW_GHC