X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=base.cabal;h=2124d35cf29192201968836187104dd5c7291f6e;hb=e47bbdf549338d7b6bdbb8c17ac11bbe73ebd6ac;hp=439e9a254e3e23321abfc53628da8363392c48f7;hpb=1564008d9bf4686ffbb8ba3c61126c1c47464f6e;p=ghc-base.git diff --git a/base.cabal b/base.cabal index 439e9a2..2124d35 100644 --- a/base.cabal +++ b/base.cabal @@ -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,6 +61,7 @@ exposed-modules: Data.Maybe, Data.Map, Data.Monoid, + Data.Ord, Data.PackedString, Data.Queue, Data.Ratio, @@ -94,9 +98,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,