X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=package.conf.in;h=1ab22e9c09477fbf2630e4b3b3fe3fa2f0507333;hb=036c413167fbce77c48e1706898a0f9c5e7e9e42;hp=a68f25de67d24fb0ca1d6891ffdccd8b68c15679;hpb=41f0208eabdb92852b6e463406aca68d32e08d8c;p=haskell-directory.git diff --git a/package.conf.in b/package.conf.in index a68f25d..1ab22e9 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,20 @@ 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.Function, Data.FunctorM, Data.Generics, Data.Generics.Aliases, @@ -66,7 +76,9 @@ exposed-modules: Data.STRef, Data.STRef.Lazy, Data.STRef.Strict, + Data.Sequence, Data.Set, + Data.Traversable, Data.Tree, Data.Tuple, Data.Typeable, @@ -92,6 +104,7 @@ exposed-modules: Foreign.Storable, GHC.ConsoleHandler, GHC.Dotnet, + GHC.Dynamic, GHC.Exts, GHC.ForeignPtr, GHC.Handle, @@ -125,8 +138,6 @@ exposed-modules: System.Process.Internals, System.Random, System.Time, - Text.Html, - Text.Html.BlockTable, Text.ParserCombinators.ReadP, Text.ParserCombinators.ReadPrec, Text.PrettyPrint, @@ -134,8 +145,6 @@ exposed-modules: Text.Printf, Text.Read, Text.Read.Lex, - Text.Regex, - Text.Regex.Posix, Text.Show, Text.Show.Functions, GHC.Arr, @@ -170,17 +179,7 @@ library-dirs: LIB_DIR , LIB_DIR"/cbits" #endif -#if !defined(mingw32_HOST_OS) && !defined(cygwin32_HOST_OS) hs-libraries: "HSbase" -#else -/* - This splitting is the subject of a totally - horrible hack, which glues HSbase{1,2,3} - back into HSbaase for the purposes of static linking. - See DriverState.getPackageLibraries for details. -*/ -hs-libraries: "HSbase1", "HSbase2", "HSbase3" -#endif extra-libraries: "HSbase_cbits" #if defined(mingw32_HOST_OS) || defined(__MINGW32__) || defined(_MSC_VER)