X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=base.cabal;h=071e81edce048f28f888480cf83272416eb00d52;hb=c95dff56b3f9b52b63a17ba8dbb4d50a1ffad226;hp=2124d35cf29192201968836187104dd5c7291f6e;hpb=41f0208eabdb92852b6e463406aca68d32e08d8c;p=haskell-directory.git diff --git a/base.cabal b/base.cabal index 2124d35..071e81e 100644 --- a/base.cabal +++ b/base.cabal @@ -1,5 +1,5 @@ name: base -version: 1.0 +version: 2.1 license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org @@ -9,6 +9,7 @@ description: and a large collection of useful libraries ranging from data structures to parsing combinators and debugging utilities. exposed-modules: + Control.Applicative, Control.Arrow, Control.Concurrent, Control.Concurrent.Chan, @@ -19,30 +20,37 @@ exposed-modules: Control.Exception, Control.Monad, Control.Monad.Fix, + Control.Monad.Instances, Control.Monad.ST, Control.Monad.ST.Lazy, Control.Monad.ST.Strict, Control.Parallel, - -- Control.Parallel.Strategies, + Control.Parallel.Strategies, Data.Array, Data.Array.Base, Data.Array.Diff, Data.Array.IArray, Data.Array.IO, - Data.Array.IO.Internals, Data.Array.MArray, Data.Array.ST, Data.Array.Storable, 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.FiniteMap, - Data.FunctorM, + Data.Foldable, + Data.Fixed, + Data.Function, -- Data.Generics, -- Data.Generics.Aliases, -- Data.Generics.Basics, @@ -63,13 +71,14 @@ exposed-modules: Data.Monoid, Data.Ord, Data.PackedString, - Data.Queue, Data.Ratio, Data.STRef, Data.STRef.Lazy, Data.STRef.Strict, + Data.Sequence, Data.Set, Data.Tree, + Data.Traversable, Data.Tuple, Data.Typeable, Data.Unique, @@ -116,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, @@ -125,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