X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=base.cabal;h=c4eadf703a744256d19859597c00df49709fb13e;hb=41e8fba828acbae1751628af50849f5352b27873;hp=04caae1496aefb2fbf5c3a3fc33b016774c0aa34;hpb=4277f8687cf5085e92404b6540025f8a51fdda35;p=ghc-base.git diff --git a/base.cabal b/base.cabal index 04caae1..c4eadf7 100644 --- a/base.cabal +++ b/base.cabal @@ -99,12 +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 } exposed-modules: Control.Applicative, @@ -227,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