Add ioeGetLocation, ioeSetLocation to System/IO/Error.hs; trac #1191
[haskell-directory.git] / base.cabal
index d74975d..aacd081 100644 (file)
@@ -1,5 +1,5 @@
 name:          base
-version:       2.0
+version:       2.1
 license:       BSD3
 license-file:  LICENSE
 maintainer:    libraries@haskell.org
@@ -25,7 +25,7 @@ exposed-modules:
        Control.Monad.ST.Lazy,
        Control.Monad.ST.Strict,
        Control.Parallel,
-       -- Control.Parallel.Strategies,
+       Control.Parallel.Strategies,
        Data.Array,
        Data.Array.Base,
        Data.Array.Diff,
@@ -77,6 +77,7 @@ exposed-modules:
        Data.STRef.Strict,
        Data.Sequence,
        Data.Set,
+       Data.String,
        Data.Tree,
        Data.Traversable,
        Data.Tuple,