Add ioeGetLocation, ioeSetLocation to System/IO/Error.hs; trac #1191
[haskell-directory.git] / base.cabal
index 150072a..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,13 +25,12 @@ 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,
        Data.Array.IArray,
        Data.Array.IO,
-       Data.Array.IO.Internals,
        Data.Array.MArray,
        Data.Array.ST,
        Data.Array.Storable,
@@ -52,7 +51,6 @@ exposed-modules:
        Data.Foldable,
        Data.Fixed,
        Data.Function,
-       Data.FunctorM,
        -- Data.Generics,
        -- Data.Generics.Aliases,
        -- Data.Generics.Basics,
@@ -73,13 +71,13 @@ 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.String,
        Data.Tree,
        Data.Traversable,
        Data.Tuple,
@@ -137,6 +135,8 @@ exposed-modules:
        Text.Read.Lex,
        Text.Show,
        Text.Show.Functions
+other-modules:
+       Data.Array.IO.Internals
 include-dirs:  include, ../../ghc/includes
 includes:      HsBase.h
 extensions:    CPP