X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=package.conf.in;h=1ab22e9c09477fbf2630e4b3b3fe3fa2f0507333;hb=036c413167fbce77c48e1706898a0f9c5e7e9e42;hp=98d67139f741c1ca3d0e30e5e5c48847def0dd2e;hpb=09521ae6f260453e810280f09d85a44ec3e54089;p=haskell-directory.git diff --git a/package.conf.in b/package.conf.in index 98d6713..1ab22e9 100644 --- a/package.conf.in +++ b/package.conf.in @@ -38,14 +38,18 @@ exposed-modules: 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, @@ -100,6 +104,7 @@ exposed-modules: Foreign.Storable, GHC.ConsoleHandler, GHC.Dotnet, + GHC.Dynamic, GHC.Exts, GHC.ForeignPtr, GHC.Handle, @@ -133,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, @@ -142,8 +145,6 @@ exposed-modules: Text.Printf, Text.Read, Text.Read.Lex, - Text.Regex, - Text.Regex.Posix, Text.Show, Text.Show.Functions, GHC.Arr,