disambiguate uses of foldr for nhc98 to compile without errors
[haskell-directory.git] / base.cabal
index 4d5a6e8..cd40db8 100644 (file)
@@ -38,6 +38,12 @@ 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,
@@ -45,6 +51,7 @@ exposed-modules:
        Data.Eq,
        Data.Foldable,
        Data.FiniteMap,
+       Data.Fixed,
        Data.FunctorM,
        -- Data.Generics,
        -- Data.Generics.Aliases,