Skip to content

Commit

Permalink
Update to base-4.8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hvr committed Dec 15, 2015
1 parent cd75217 commit 78dda16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 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.1.0
version: 4.8.2.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.1.0 base-4.8.1.0>
<http://hackage.haskell.org/package/base-4.8.2.0 base-4.8.2.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.1.0
build-depends: base ==4.8.2.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.1.0's exposed-modules
-- re-exported modules copied from base-4.8.2.0's exposed-modules
reexported-modules:
Control.Applicative,
Control.Arrow,
Expand Down

0 comments on commit 78dda16

Please sign in to comment.