X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=base.cabal;h=258c14258ea4b7e02450474a174ca8df5ea053b9;hb=fe3e9a061c212b2c9f83e31632236afcaacacb81;hp=ecb0d2deeed98353d683fc79c362bd46d0d36f9f;hpb=063f3b2f239b74194c76be3cf322e6f74fa54975;p=ghc-base.git diff --git a/base.cabal b/base.cabal index ecb0d2d..258c142 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 @@ -52,7 +52,18 @@ Library { GHC.Exception, GHC.Exts, GHC.Float, + GHC.Float.RealFracMethods, + GHC.Foreign, + GHC.Float.ConversionUtils, GHC.ForeignPtr, + GHC.HetMet, + GHC.HetMet.CodeTypes, + GHC.HetMet.GArrow, + GHC.HetMet.GArrowFullyEnriched, + GHC.HetMet.GuestLanguage, + GHC.HetMet.IGArrow, + GHC.HetMet.Private, + GHC.HetMet.Arrow, GHC.MVar, GHC.IO, GHC.IO.IOMode, @@ -69,6 +80,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, @@ -99,13 +111,7 @@ Library { if os(windows) exposed-modules: GHC.IO.Encoding.CodePage.Table GHC.Conc.Windows - extensions: MagicHash, ExistentialQuantification, Rank2Types, - ScopedTypeVariables, UnboxedTuples, - ForeignFunctionInterface, UnliftedFFITypes, - DeriveDataTypeable, GeneralizedNewtypeDeriving, - FlexibleInstances, StandaloneDeriving, - PatternGuards, EmptyDataDecls, NoImplicitPrelude, - NondecreasingIndentation + GHC.Windows } exposed-modules: Control.Applicative, @@ -126,6 +132,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, @@ -213,22 +221,21 @@ 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 } - extensions: CPP -- We need to set the package name to base (without a version number) -- as it's magic. ghc-options: -package-name base