X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=base.cabal;h=3360c8053cd1f261733ffceacde8ede0d88cd409;hb=d71aee821935e29a3569bc4b401f695536209c85;hp=c45ccd43d3d22fc8ede04305c39da6b10467d58f;hpb=641f8d5964b2b02f4cd7b9081adf6596c6f4d4d7;p=haskell-directory.git diff --git a/base.cabal b/base.cabal index c45ccd4..3360c80 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 @@ -20,6 +20,7 @@ exposed-modules: Control.Exception, Control.Monad, Control.Monad.Fix, + Control.Monad.Instances, Control.Monad.ST, Control.Monad.ST.Lazy, Control.Monad.ST.Strict, @@ -37,13 +38,19 @@ 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.Foldable, - Data.FiniteMap, + Data.Fixed, Data.FunctorM, -- Data.Generics, -- Data.Generics.Aliases, @@ -120,8 +127,6 @@ exposed-modules: System.Process.Internals, System.Random, System.Time, - Text.Html, - Text.Html.BlockTable, Text.ParserCombinators.ReadP, Text.ParserCombinators.ReadPrec, Text.PrettyPrint, @@ -129,8 +134,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