X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=base.cabal;h=9d76cb46caf38fbb372b1f5e03a81c6013bb0011;hb=7a73aaf70fefb4b30c9159f5d15035f8e9c6e114;hp=4aead21c36736ec8a3ef983ccedf608e2fb92fdf;hpb=09521ae6f260453e810280f09d85a44ec3e54089;p=haskell-directory.git diff --git a/base.cabal b/base.cabal index 4aead21..9d76cb4 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 @@ -31,7 +31,6 @@ exposed-modules: Data.Array.Diff, Data.Array.IArray, Data.Array.IO, - Data.Array.IO.Internals, Data.Array.MArray, Data.Array.ST, Data.Array.Storable, @@ -40,14 +39,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 +127,6 @@ exposed-modules: System.Process.Internals, System.Random, System.Time, - Text.Html, - Text.Html.BlockTable, Text.ParserCombinators.ReadP, Text.ParserCombinators.ReadPrec, Text.PrettyPrint, @@ -133,10 +134,10 @@ exposed-modules: Text.Printf, Text.Read, Text.Read.Lex, - Text.Regex, - Text.Regex.Posix, Text.Show, Text.Show.Functions +other-modules: + Data.Array.IO.Internals include-dirs: include, ../../ghc/includes includes: HsBase.h extensions: CPP