X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=base.cabal;h=c4eadf703a744256d19859597c00df49709fb13e;hb=c131671f4b4b2583e7e4a6145360270fe6146e57;hp=5e1a6d5eb56a72faf30c1ff506b8c54120ee9751;hpb=9520c5735e69668a33013c36f85152a1ef656b8d;p=ghc-base.git diff --git a/base.cabal b/base.cabal index 5e1a6d5..c4eadf7 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 @@ -99,16 +99,6 @@ 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 } exposed-modules: Control.Applicative, @@ -231,7 +221,6 @@ Library { System.Event.Thread System.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