From: malcolm Date: Tue, 14 Dec 2004 13:32:38 +0000 (+0000) Subject: [project @ 2004-12-14 13:32:38 by malcolm] X-Git-Tag: nhc98-1-18-release~158 X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=5a0dabc2720968db118aa65cc09a83d2c36a2fa2 [project @ 2004-12-14 13:32:38 by malcolm] Plumb in the new Text/Printf module. --- diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 88cc7de..81179dd 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -26,13 +26,15 @@ SRCS = \ Foreign/Marshal/Pool.hs Foreign/Marshal.hs \ Foreign/C/String.hs Foreign/C/Error.hs Foreign/C.hs Foreign.hs \ Text/PrettyPrint/HughesPJ.hs Text/PrettyPrint.hs \ - Text/Html/BlockTable.hs Text/Html.hs \ - Text/Read.hs Text/Show.hs Text/Show/Functions.hs + Text/Html/BlockTable.hs Text/Html.hs Text/Printf.hs \ + Text/Read.hs Text/Show.hs Text/Show/Functions.hs \ + +# Text/ParserCombinators/ReadP.hs Text/ParserCombinators/ReadPrec.hs +# Data/Version.hs \ # [Data/Dynamic.hs] Data/Generics.hs Data/STRef.hs Data/Unique.hs # System/Mem.hs System/Mem/StableName.hs System/Mem/Weak.hs # System/Posix/Types.hs System/Posix/Signals.hsc -# Text/ParserCombinators/ReadP.hs Text/ParserCombinators/ReadPrec.hs # Text/Read/Lex.hs # Text/Regex/* Text/Regex.hs