__hscore_long_path_size is not portable beyond GHC
[haskell-directory.git] / base.cabal
index 42fb3eb..3360c80 100644 (file)
@@ -1,12 +1,15 @@
 name:          base
-version:       1.0
+version:       2.0
 license:       BSD3
+license-file:  LICENSE
 maintainer:    libraries@haskell.org
+synopsis:      Basic libraries
 description:
        This package contains the Prelude and its support libraries,
        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,
@@ -17,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,
@@ -34,11 +38,19 @@ 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.FiniteMap,
+       Data.Eq,
+       Data.Foldable,
+       Data.Fixed,
        Data.FunctorM,
        -- Data.Generics,
        -- Data.Generics.Aliases,
@@ -58,14 +70,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,
@@ -112,8 +127,6 @@ exposed-modules:
        System.Process.Internals,
        System.Random,
        System.Time,
-       Text.Html,
-       Text.Html.BlockTable,
        Text.ParserCombinators.ReadP,
        Text.ParserCombinators.ReadPrec,
        Text.PrettyPrint,
@@ -121,8 +134,6 @@ exposed-modules:
        Text.Printf,
        Text.Read,
        Text.Read.Lex,
-       Text.Regex,
-       Text.Regex.Posix,
        Text.Show,
        Text.Show.Functions
 include-dirs:  include, ../../ghc/includes