From 2933dcdd7a0ce82eba3a4f3f5dfd10a5e239eacf Mon Sep 17 00:00:00 2001 From: simonm <unknown> Date: Mon, 10 Aug 1998 14:19:41 +0000 Subject: [PATCH] [project @ 1998-08-10 14:19:41 by simonm] add LibGmp. --- mk/config.mk.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mk/config.mk.in b/mk/config.mk.in index 8ddf3e2df430..a2b473908615 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -148,7 +148,7 @@ ProjectPatchLevel = $($(Project)ProjectPatchLevel) GhcProjectName = The Glorious Glasgow Haskell Compilation System GhcProjectNameShort = ghc -GhcProjectVersion = 3.03 +GhcProjectVersion = proto-3.03-9-Aug GhcProjectVersionInt = 303 GhcProjectPatchLevel = 0 @@ -529,6 +529,7 @@ endif # GMP Library # HaveLibGmp = @HaveLibGmp@ +LibGmp = @LibGmp@ #----------------------------------------------------------------------------- # Flex -- GitLab