Skip to content

Commit

Permalink
Update to base-4.8.1.0 (addresses #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
hvr committed Aug 21, 2015
1 parent d5a2b44 commit cd75217
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions base-noprelude.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: base-noprelude
version: 4.8.0.0
version: 4.8.1.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.0.0 base-4.8.0.0>
<http://hackage.haskell.org/package/base-4.8.1.0 base-4.8.1.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.0.0
build-depends: base ==4.8.1.0
default-language: Haskell2010

-- not really needed since reexported-modules wouldn't clash with
Expand All @@ -41,7 +41,7 @@ library
-- as well
exposed: False

-- re-exported modules copied from base-4.8.0.0's exposed-modules
-- re-exported modules copied from base-4.8.1.0's exposed-modules
reexported-modules:
Control.Applicative,
Control.Arrow,
Expand Down Expand Up @@ -186,6 +186,7 @@ library
GHC.Read,
GHC.Real,
GHC.RTS.Flags,
GHC.SrcLoc,
GHC.ST,
GHC.StaticPtr,
GHC.STRef,
Expand Down

0 comments on commit cd75217

Please sign in to comment.