X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=base.cabal;h=6bb96f64740fb526c5bfa83fde2395de20799a43;hb=be2750a0a11b919fb03cc070074e430f88bdfa90;hp=5e1a6d5eb56a72faf30c1ff506b8c54120ee9751;hpb=9520c5735e69668a33013c36f85152a1ef656b8d;p=ghc-base.git diff --git a/base.cabal b/base.cabal index 5e1a6d5..6bb96f6 100644 --- a/base.cabal +++ b/base.cabal @@ -1,5 +1,5 @@ name: base -version: 4.3.0.0 +version: 4.3.1.0 license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org @@ -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,6 +52,9 @@ Library { GHC.Exception, GHC.Exts, GHC.Float, + GHC.Float.RealFracMethods, + GHC.Foreign, + GHC.Float.ConversionUtils, GHC.ForeignPtr, GHC.MVar, GHC.IO, @@ -69,6 +72,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,16 +103,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 - - if impl(ghc < 6.10) - -- PatternSignatures was deprecated in 6.10 - extensions: PatternSignatures + GHC.Windows } exposed-modules: Control.Applicative, @@ -129,6 +124,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, @@ -216,22 +213,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