X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=base.cabal;h=d74975dd4443d791142ac1f4631b282fd093ac1c;hb=9e32ed934a78ebe8cf65219949018a5f1035ae7e;hp=4aead21c36736ec8a3ef983ccedf608e2fb92fdf;hpb=09521ae6f260453e810280f09d85a44ec3e54089;p=ghc-base.git diff --git a/base.cabal b/base.cabal index 4aead21..d74975d 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,15 +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.FunctorM, + Data.Function, -- Data.Generics, -- Data.Generics.Aliases, -- Data.Generics.Basics, @@ -69,7 +71,6 @@ exposed-modules: Data.Monoid, Data.Ord, Data.PackedString, - Data.Queue, Data.Ratio, Data.STRef, Data.STRef.Lazy, @@ -124,8 +125,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 +132,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