From: simonmar Date: Tue, 14 Dec 2004 13:55:22 +0000 (+0000) Subject: [project @ 2004-12-14 13:55:22 by simonmar] X-Git-Tag: nhc98-1-18-release~157 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=b970da6b5836538abcd3add3586433b46238a856;p=ghc-base.git [project @ 2004-12-14 13:55:22 by simonmar] Add Text.Printf --- diff --git a/package.conf.in b/package.conf.in index 2d6686d..38ed6ff 100644 --- a/package.conf.in +++ b/package.conf.in @@ -124,6 +124,7 @@ exposed-modules: Text.ParserCombinators.ReadPrec, Text.PrettyPrint, Text.PrettyPrint.HughesPJ, + Text.Printf, Text.Read, Text.Read.Lex, Text.Regex,