X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=package.conf.in;h=11eaa390d5bca60cfa2dcd96dd00be8b2849bfcf;hb=d71aee821935e29a3569bc4b401f695536209c85;hp=947d19105ce9fbf0231a34ce15a19b016e954713;hpb=4d6fe46a37ba0e82c4182cd26a9e89a258b0c6df;p=haskell-directory.git diff --git a/package.conf.in b/package.conf.in index 947d191..11eaa39 100644 --- a/package.conf.in +++ b/package.conf.in @@ -36,12 +36,18 @@ 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, @@ -97,6 +103,7 @@ exposed-modules: Foreign.Storable, GHC.ConsoleHandler, GHC.Dotnet, + GHC.Dynamic, GHC.Exts, GHC.ForeignPtr, GHC.Handle, @@ -130,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, @@ -139,8 +144,6 @@ exposed-modules: Text.Printf, Text.Read, Text.Read.Lex, - Text.Regex, - Text.Regex.Posix, Text.Show, Text.Show.Functions, GHC.Arr,