X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=package.conf.in;h=b110b7d4ba3c6945c919e09bed017a9abdb77796;hb=7a73aaf70fefb4b30c9159f5d15035f8e9c6e114;hp=abe779104657aa934b9f6c25ca46e635ade10115;hpb=775b3a4e635a3bb2457c279a9137fdf236d47a87;p=haskell-directory.git diff --git a/package.conf.in b/package.conf.in index abe7791..b110b7d 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, @@ -27,19 +29,26 @@ exposed-modules: Data.Array.Diff, Data.Array.IArray, Data.Array.IO, - Data.Array.IO.Internals, Data.Array.MArray, Data.Array.ST, Data.Array.Storable, 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, @@ -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, @@ -163,6 +170,7 @@ exposed-modules: GHC.Weak hidden-modules: + Data.Array.IO.Internals import-dirs: IMPORT_DIR @@ -171,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)