X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=base.cabal;h=150072a2762df3f9710a6db70527a5d5bdf0153c;hb=a0d7892da0d00fee781a550ef353df8734be5884;hp=d6c08f3b795214ff57ba2b95563ea65e6721ab1e;hpb=f52e2807d672d09dddfa61fddab6b630ab1de910;p=haskell-directory.git diff --git a/base.cabal b/base.cabal index d6c08f3..150072a 100644 --- a/base.cabal +++ b/base.cabal @@ -1,5 +1,5 @@ name: base -version: 1.0 +version: 2.0 license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org @@ -40,10 +40,10 @@ exposed-modules: Data.Bool, Data.ByteString, Data.ByteString.Char8, - Data.ByteString.Lazy - Data.ByteString.Lazy.Char8 - Data.ByteString.Base - Data.ByteString.Fusion + Data.ByteString.Lazy + Data.ByteString.Lazy.Char8 + Data.ByteString.Base + Data.ByteString.Fusion Data.Char, Data.Complex, Data.Dynamic, @@ -51,6 +51,7 @@ exposed-modules: Data.Eq, Data.Foldable, Data.Fixed, + Data.Function, Data.FunctorM, -- Data.Generics, -- Data.Generics.Aliases, @@ -127,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, @@ -136,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