remove conflicting import for nhc98
[haskell-directory.git] / package.conf.in
index 2c8067e..11eaa39 100644 (file)
@@ -18,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,
@@ -35,12 +36,18 @@ exposed-modules:
        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.Fixed,
        Data.Foldable,
        Data.FunctorM,
        Data.Generics,
@@ -96,6 +103,7 @@ exposed-modules:
        Foreign.Storable,
        GHC.ConsoleHandler,
        GHC.Dotnet,
+       GHC.Dynamic,
        GHC.Exts,
        GHC.ForeignPtr,
        GHC.Handle,
@@ -129,8 +137,6 @@ exposed-modules:
        System.Process.Internals,
        System.Random,
        System.Time,
-       Text.Html,
-       Text.Html.BlockTable,
        Text.ParserCombinators.ReadP,
        Text.ParserCombinators.ReadPrec,
        Text.PrettyPrint,
@@ -138,8 +144,6 @@ exposed-modules:
        Text.Printf,
        Text.Read,
        Text.Read.Lex,
-       Text.Regex,
-       Text.Regex.Posix,
        Text.Show,
        Text.Show.Functions,
        GHC.Arr,