[project @ 2005-01-14 14:30:42 by malcolm]
[haskell-directory.git] / package.conf.in
index cedda16..2ddecaf 100644 (file)
@@ -50,9 +50,12 @@ exposed-modules:
        Data.HashTable,
        Data.IORef,
        Data.Int,
+       Data.IntMap,
+       Data.IntSet,
        Data.Ix,
        Data.List,
        Data.Maybe,
+       Data.Map,
        Data.Monoid,
        Data.PackedString,
        Data.Queue,
@@ -84,6 +87,7 @@ exposed-modules:
        Foreign.Ptr,
        Foreign.StablePtr,
        Foreign.Storable,
+       GHC.ConsoleHandler,
        GHC.Dotnet,
        GHC.Exts,
        GHC.ForeignPtr,
@@ -124,6 +128,7 @@ exposed-modules:
        Text.ParserCombinators.ReadPrec,
        Text.PrettyPrint,
        Text.PrettyPrint.HughesPJ,
+       Text.Printf,
        Text.Read,
        Text.Read.Lex,
        Text.Regex,
@@ -141,6 +146,7 @@ exposed-modules:
        GHC.List,
        GHC.Num,
        GHC.Pack,
+       GHC.Prim,
        GHC.Ptr,
        GHC.Read,
        GHC.Real,
@@ -166,12 +172,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