X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=base.cabal;h=e670051bd4a62479491a164d9f0ff9401e221cb0;hb=a2a70b9bf60672c72b35654105402cf21238b6f4;hp=597f2b3422595f73b8d4b51c01b4e793cc1ad7e7;hpb=30e5d4bf871970f5a3c4af4b703132a31e462854;p=haskell-directory.git diff --git a/base.cabal b/base.cabal index 597f2b3..e670051 100644 --- a/base.cabal +++ b/base.cabal @@ -1,5 +1,5 @@ name: base -version: 2.0 +version: 2.1 license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org @@ -77,6 +77,7 @@ exposed-modules: Data.STRef.Strict, Data.Sequence, Data.Set, + Data.String, Data.Tree, Data.Traversable, Data.Tuple, @@ -134,6 +135,7 @@ exposed-modules: Text.Read.Lex, Text.Show, Text.Show.Functions + Unsafe.Coerce other-modules: Data.Array.IO.Internals include-dirs: include, ../../ghc/includes