X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=package.conf.in;h=11eaa390d5bca60cfa2dcd96dd00be8b2849bfcf;hb=567080c906535534628b1ab83a4a4425dcd4bb5e;hp=e10a39a23540f2f8df5747e252c88a0cb94f7fe7;hpb=6b872f47d7292ea96a8904d8da41043f0d83611f;p=haskell-directory.git diff --git a/package.conf.in b/package.conf.in index e10a39a..11eaa39 100644 --- a/package.conf.in +++ b/package.conf.in @@ -7,6 +7,7 @@ maintainer: libraries@haskell.org exposed: True exposed-modules: + Control.Applicative, Control.Arrow, Control.Concurrent, Control.Concurrent.Chan, @@ -17,6 +18,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,12 +36,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.Eq, - Data.FiniteMap, + Data.Fixed, + Data.Foldable, Data.FunctorM, Data.Generics, Data.Generics.Aliases, @@ -68,6 +77,7 @@ exposed-modules: Data.STRef.Strict, Data.Sequence, Data.Set, + Data.Traversable, Data.Tree, Data.Tuple, Data.Typeable, @@ -93,6 +103,7 @@ exposed-modules: Foreign.Storable, GHC.ConsoleHandler, GHC.Dotnet, + GHC.Dynamic, GHC.Exts, GHC.ForeignPtr, GHC.Handle, @@ -126,8 +137,6 @@ exposed-modules: System.Process.Internals, System.Random, System.Time, - Text.Html, - Text.Html.BlockTable, Text.ParserCombinators.ReadP, Text.ParserCombinators.ReadPrec, Text.PrettyPrint, @@ -135,8 +144,6 @@ exposed-modules: Text.Printf, Text.Read, Text.Read.Lex, - Text.Regex, - Text.Regex.Posix, Text.Show, Text.Show.Functions, GHC.Arr,