add Data.Function
[haskell-directory.git] / base.cabal
index 4aead21..150072a 100644 (file)
@@ -1,5 +1,5 @@
 name:          base
-version:       1.0
+version:       2.0
 license:       BSD3
 license-file:  LICENSE
 maintainer:    libraries@haskell.org
@@ -40,14 +40,18 @@ exposed-modules:
        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.Foldable,
-       Data.FiniteMap,
        Data.Fixed,
+       Data.Function,
        Data.FunctorM,
        -- Data.Generics,
        -- Data.Generics.Aliases,
@@ -124,8 +128,6 @@ exposed-modules:
        System.Process.Internals,
        System.Random,
        System.Time,
-       Text.Html,
-       Text.Html.BlockTable,
        Text.ParserCombinators.ReadP,
        Text.ParserCombinators.ReadPrec,
        Text.PrettyPrint,
@@ -133,8 +135,6 @@ exposed-modules:
        Text.Printf,
        Text.Read,
        Text.Read.Lex,
-       Text.Regex,
-       Text.Regex.Posix,
        Text.Show,
        Text.Show.Functions
 include-dirs:  include, ../../ghc/includes