X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=base.cabal;h=d7998676951c6db82342a2f57b9ee26f0d99612f;hb=8a1129a742003ddacb0fa331309434b5e2953cd8;hp=d863d7a05c71e094d9ed5200f9dc95ef93aa97ab;hpb=57f96e7ce88dcfa05279b5b4fd11769fea48989d;p=ghc-base.git diff --git a/base.cabal b/base.cabal index d863d7a..d799867 100644 --- a/base.cabal +++ b/base.cabal @@ -20,8 +20,8 @@ extra-source-files: include/CTypes.h source-repository head - type: darcs - location: http://darcs.haskell.org/packages/base/ + type: git + location: http://darcs.haskell.org/packages/base.git/ Flag integer-simple Description: Use integer-simple @@ -53,7 +53,12 @@ Library { GHC.Exts, GHC.Float, GHC.Float.RealFracMethods, + GHC.Foreign, + GHC.Float.ConversionUtils, GHC.ForeignPtr, + GHC.HetMet, + GHC.HetMet.CodeTypes, + GHC.HetMet.GArrow, GHC.MVar, GHC.IO, GHC.IO.IOMode, @@ -70,6 +75,7 @@ Library { GHC.IO.Encoding.Types, GHC.IO.Encoding.Iconv, GHC.IO.Encoding.CodePage, + GHC.IO.Encoding.Failure, GHC.IO.Handle, GHC.IO.Handle.Types, GHC.IO.Handle.Internals, @@ -100,6 +106,7 @@ Library { if os(windows) exposed-modules: GHC.IO.Encoding.CodePage.Table GHC.Conc.Windows + GHC.Windows } exposed-modules: Control.Applicative, @@ -120,6 +127,8 @@ Library { Control.Monad.ST Control.Monad.ST.Lazy Control.Monad.ST.Strict + Control.Monad.Group + Control.Monad.Zip Data.Bits, Data.Bool, Data.Char, @@ -207,20 +216,20 @@ Library { } if !os(windows) { exposed-modules: - System.Event + GHC.Event other-modules: - System.Event.Array - System.Event.Clock - System.Event.Control - System.Event.EPoll - System.Event.IntMap - System.Event.Internal - System.Event.KQueue - System.Event.Manager - System.Event.PSQ - System.Event.Poll - System.Event.Thread - System.Event.Unique + GHC.Event.Array + GHC.Event.Clock + GHC.Event.Control + GHC.Event.EPoll + GHC.Event.IntMap + GHC.Event.Internal + GHC.Event.KQueue + GHC.Event.Manager + GHC.Event.PSQ + GHC.Event.Poll + GHC.Event.Thread + GHC.Event.Unique } -- We need to set the package name to base (without a version number) -- as it's magic.