Trim imports
[haskell-directory.git] / package.conf.in
index 2c8067e..98d6713 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,15 @@ exposed-modules:
        Data.Array.Unboxed,
        Data.Bits,
        Data.Bool,
+       Data.ByteString,
+       Data.ByteString.Char8,
        Data.Char,
        Data.Complex,
        Data.Dynamic,
        Data.Either,
        Data.Eq,
        Data.FiniteMap,
+       Data.Fixed,
        Data.Foldable,
        Data.FunctorM,
        Data.Generics,