[project @ 2004-12-21 16:42:06 by ross]
[ghc-base.git] / package.conf.in
index cedda16..a05185a 100644 (file)
@@ -84,6 +84,7 @@ exposed-modules:
        Foreign.Ptr,
        Foreign.StablePtr,
        Foreign.Storable,
+       GHC.ConsoleHandler,
        GHC.Dotnet,
        GHC.Exts,
        GHC.ForeignPtr,
@@ -124,6 +125,7 @@ exposed-modules:
        Text.ParserCombinators.ReadPrec,
        Text.PrettyPrint,
        Text.PrettyPrint.HughesPJ,
+       Text.Printf,
        Text.Read,
        Text.Read.Lex,
        Text.Regex,
@@ -141,6 +143,7 @@ exposed-modules:
        GHC.List,
        GHC.Num,
        GHC.Pack,
+       GHC.Prim,
        GHC.Ptr,
        GHC.Read,
        GHC.Real,
@@ -166,12 +169,12 @@ library-dirs:     "$libdir/libraries/base",
 #if !defined(mingw32_TARGET_OS) && !defined(cygwin32_TARGET_OS)
 hs-libraries:   "HSbase"
 #else
---
--- This splitting is the subject of a totally 
--- horrible hack, which glues HSbase{1,2,3}
--- back into HSbaase for the purposes of static linking.
--- See DriverState.getPackageLibraries for details.
---
+/*
+ This splitting is the subject of a totally 
+ horrible hack, which glues HSbase{1,2,3}
+ back into HSbaase for the purposes of static linking.
+ See DriverState.getPackageLibraries for details.
+*/
 hs-libraries:  "HSbase1", "HSbase2", "HSbase3"
 #endif