[project @ 2004-12-14 13:32:38 by malcolm]
authormalcolm <unknown>
Tue, 14 Dec 2004 13:32:38 +0000 (13:32 +0000)
committermalcolm <unknown>
Tue, 14 Dec 2004 13:32:38 +0000 (13:32 +0000)
Plumb in the new Text/Printf module.

Makefile.nhc98

index 88cc7de..81179dd 100644 (file)
@@ -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