diff options
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 |