X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=base.cabal;h=cd40db84f432a8056717c5eb014e0d19b810c296;hb=30464c0cb915c2ae900909568fa8677bba341e45;hp=1a920deb67aa041a2b0537359ba8606451d97053;hpb=ee03109fa10df3a93a2daedb93fcf8610c7a5d28;p=haskell-directory.git diff --git a/base.cabal b/base.cabal index 1a920de..cd40db8 100644 --- a/base.cabal +++ b/base.cabal @@ -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,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, @@ -36,11 +38,20 @@ 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, @@ -60,14 +71,17 @@ exposed-modules: Data.Maybe, Data.Map, 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,