Skip to content

Commit

Permalink
Prepare for base-noprelude-4.9.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hvr committed May 24, 2016
1 parent 78dda16 commit 5c4e56a
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions base-noprelude.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: base-noprelude
version: 4.8.2.0
version: 4.9.0.0
synopsis: "base" package sans "Prelude" module
homepage: https://github.com/hvr/base-noprelude
bug-reports: https://github.com/hvr/base-noprelude/issues
Expand All @@ -14,7 +14,7 @@ description:
This package simplifies defining custom "Prelude"s without having
to use @-XNoImplicitPrelude@ by re-exporting the full
module-hierarchy of the
<http://hackage.haskell.org/package/base-4.8.2.0 base-4.8.2.0>
<http://hackage.haskell.org/package/base-4.9.0.0 base-4.9.0.0>
package /except/ for the "Prelude" module.
.
Starting with GHC 7.10 & Cabal-1.22 this package makes use of the
Expand All @@ -32,7 +32,7 @@ source-repository head
location: https://github.com/hvr/base-noprelude.git

library
build-depends: base ==4.8.2.0
build-depends: base ==4.9.0.0
default-language: Haskell2010

-- not really needed since reexported-modules wouldn't clash with
Expand All @@ -54,8 +54,10 @@ library
Control.Exception,
Control.Exception.Base,
Control.Monad,
Control.Monad.Fail,
Control.Monad.Fix,
Control.Monad.Instances,
Control.Monad.IO.Class,
Control.Monad.ST,
Control.Monad.ST.Lazy,
Control.Monad.ST.Lazy.Safe,
Expand All @@ -78,16 +80,24 @@ library
Data.Foldable,
Data.Function,
Data.Functor,
Data.Functor.Classes,
Data.Functor.Compose,
Data.Functor.Const,
Data.Functor.Identity,
Data.Functor.Product,
Data.Functor.Sum,
Data.IORef,
Data.Int,
Data.Ix,
Data.Kind,
Data.List,
Data.List.NonEmpty,
Data.Maybe,
Data.Monoid,
Data.Ord,
Data.Proxy,
Data.Ratio,
Data.Semigroup,
Data.STRef,
Data.STRef.Lazy,
Data.STRef.Strict,
Expand Down Expand Up @@ -139,6 +149,8 @@ library
GHC.Environment,
GHC.Err,
GHC.Exception,
GHC.ExecutionStack,
GHC.ExecutionStack.Internal,
GHC.Exts,
GHC.Fingerprint,
GHC.Fingerprint.Type,
Expand Down Expand Up @@ -170,29 +182,31 @@ library
GHC.IO.Handle.Text,
GHC.IO.Handle.Types,
GHC.IO.IOMode,
GHC.IO.Unsafe,
GHC.IOArray,
GHC.IORef,
GHC.IP,
GHC.Int,
GHC.List,
GHC.MVar,
GHC.Natural,
GHC.Num,
GHC.OldList,
GHC.OverloadedLabels,
GHC.PArr,
GHC.Pack,
GHC.Profiling,
GHC.Ptr,
GHC.Read,
GHC.Real,
GHC.RTS.Flags,
GHC.SrcLoc,
GHC.ST,
GHC.StaticPtr,
GHC.STRef,
GHC.Show,
GHC.Stable,
GHC.Stack,
GHC.Stack.CCS,
GHC.Stack.Types,
GHC.Stats,
GHC.Storable,
GHC.TopHandler,
Expand Down

0 comments on commit 5c4e56a

Please sign in to comment.