Fix incorrect changes to C types in a foreign import for nhc98.
[haskell-directory.git] / package.conf.in
index e10a39a..d57b86d 100644 (file)
@@ -7,6 +7,7 @@ maintainer:     libraries@haskell.org
 exposed:       True
 
 exposed-modules:
+       Control.Applicative,
        Control.Arrow,
        Control.Concurrent,
        Control.Concurrent.Chan,
@@ -17,6 +18,7 @@ exposed-modules:
        Control.Exception,
        Control.Monad,
        Control.Monad.Fix,
+       Control.Monad.Instances,
        Control.Monad.ST,
        Control.Monad.ST.Lazy,
        Control.Monad.ST.Strict,
@@ -27,20 +29,26 @@ exposed-modules:
        Data.Array.Diff,
        Data.Array.IArray,
        Data.Array.IO,
-       Data.Array.IO.Internals,
        Data.Array.MArray,
        Data.Array.ST,
        Data.Array.Storable,
        Data.Array.Unboxed,
        Data.Bits,
        Data.Bool,
+       Data.ByteString,
+       Data.ByteString.Char8,
+       Data.ByteString.Lazy
+       Data.ByteString.Lazy.Char8
+       Data.ByteString.Base
+       Data.ByteString.Fusion
        Data.Char,
        Data.Complex,
        Data.Dynamic,
        Data.Either,
        Data.Eq,
-       Data.FiniteMap,
-       Data.FunctorM,
+       Data.Fixed,
+       Data.Foldable,
+       Data.Function,
        Data.Generics,
        Data.Generics.Aliases,
        Data.Generics.Basics,
@@ -61,13 +69,14 @@ exposed-modules:
        Data.Monoid,
        Data.Ord,
        Data.PackedString,
-       Data.Queue,
        Data.Ratio,
        Data.STRef,
        Data.STRef.Lazy,
        Data.STRef.Strict,
        Data.Sequence,
        Data.Set,
+       Data.String,
+       Data.Traversable,
        Data.Tree,
        Data.Tuple,
        Data.Typeable,
@@ -93,6 +102,7 @@ exposed-modules:
        Foreign.Storable,
        GHC.ConsoleHandler,
        GHC.Dotnet,
+       GHC.Dynamic,
        GHC.Exts,
        GHC.ForeignPtr,
        GHC.Handle,
@@ -126,8 +136,6 @@ exposed-modules:
        System.Process.Internals,
        System.Random,
        System.Time,
-       Text.Html,
-       Text.Html.BlockTable,
        Text.ParserCombinators.ReadP,
        Text.ParserCombinators.ReadPrec,
        Text.PrettyPrint,
@@ -135,10 +143,9 @@ exposed-modules:
        Text.Printf,
        Text.Read,
        Text.Read.Lex,
-       Text.Regex,
-       Text.Regex.Posix,
        Text.Show,
        Text.Show.Functions,
+       Unsafe.Coerce,
        GHC.Arr,
        GHC.Base,
        GHC.Conc,
@@ -163,6 +170,7 @@ exposed-modules:
        GHC.Weak
 
 hidden-modules:
+       Data.Array.IO.Internals
 
 import-dirs:   IMPORT_DIR