diff options
author | partain <unknown> | 1996-01-10 12:39:42 +0000 |
---|---|---|
committer | partain <unknown> | 1996-01-10 12:39:42 +0000 |
commit | 7fa716e248a1f11fa686965f57aebbb83b74fa7b (patch) | |
tree | 7c8bcfcf13796b83ac20e46851ebf6212dd40f97 /ghc/lib | |
parent | a29ea442a7b893af60633b370bc7a0459cd3e072 (diff) | |
download | haskell-7fa716e248a1f11fa686965f57aebbb83b74fa7b.tar.gz |
[project @ 1996-01-10 12:38:57 by partain]
Alleged 0.26-pl1 changes
Diffstat (limited to 'ghc/lib')
-rw-r--r-- | ghc/lib/Jmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/lib/Jmakefile b/ghc/lib/Jmakefile index 1eb1578e7a..4702053dc7 100644 --- a/ghc/lib/Jmakefile +++ b/ghc/lib/Jmakefile @@ -1077,7 +1077,7 @@ CompilePreludishly(ghc/FiniteMap,lhs, -ighc -fhaskell-1.3) CompilePreludishly(ghc/ListSetOps,lhs, ) CompilePreludishly(ghc/Maybes,lhs, -fhaskell-1.3) CompilePreludishly(ghc/PackedString,lhs,) -CompilePreludishly(ghc/Regex,lhs, -fhaskell-1.3 '-#include"ghcRegex.h"') +CompilePreludishly(ghc/Regex,lhs, -fhaskell-1.3 '-#include"ghcRegex.h"' -monly-4-regs) CompilePreludishly(ghc/MatchPS,lhs, -ighc -fhaskell-1.3) CompilePreludishly(ghc/Pretty,lhs, -ighc -fhaskell-1.3) #if GhcWithReadline == YES |