X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=base.cabal;h=78710470dc83a417be749c0cdbb05fde35bc8c48;hb=c29fd9b3fba1752d2775432c615d50575c92bc00;hp=05fd3e76b97ce679fe38395686f9f1ea9e1787d3;hpb=c5b70b85a0f07c40320bfaa7219f64d73e857bfb;p=ghc-base.git diff --git a/base.cabal b/base.cabal index 05fd3e7..7871047 100644 --- a/base.cabal +++ b/base.cabal @@ -1,5 +1,5 @@ name: base -version: 3.0 +version: 4.0 license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org @@ -29,6 +29,7 @@ Library { Foreign.Concurrent, GHC.Arr, GHC.Base, + GHC.Classes, GHC.Conc, GHC.ConsoleHandler, GHC.Desugar, @@ -65,7 +66,7 @@ Library { ForeignFunctionInterface, UnliftedFFITypes, DeriveDataTypeable, GeneralizedNewtypeDeriving, FlexibleInstances, PatternSignatures, StandaloneDeriving, - PatternGuards + PatternGuards, EmptyDataDecls } exposed-modules: Control.Applicative, @@ -78,6 +79,7 @@ Library { Control.Concurrent.QSemN, Control.Concurrent.SampleVar, Control.Exception, + Control.Exception.Base Control.OldException, Control.Monad, Control.Monad.Fix,