[project @ 2005-10-21 10:39:56 by ross]
[haskell-directory.git] / base.cabal
index 439e9a2..f691346 100644 (file)
@@ -1,7 +1,9 @@
 name:          base
 version:       1.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
@@ -38,6 +40,7 @@ exposed-modules:
        Data.Complex,
        Data.Dynamic,
        Data.Either,
+       Data.Eq,
        Data.FiniteMap,
        Data.FunctorM,
        -- Data.Generics,
@@ -58,12 +61,14 @@ 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.Tuple,
@@ -94,9 +99,9 @@ exposed-modules:
        System.Console.GetOpt,
        System.CPUTime,
        System.Directory,
+       System.Directory.Internals,
        System.Environment,
        System.Exit,
-       System.FilePath,
        System.IO,
        System.IO.Error,
        System.IO.Unsafe,