Skip to content

Commit 01bc62a

Browse files
committed
Update for base-4.14.0.0
1 parent 4cfd285 commit 01bc62a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

base-noprelude.cabal

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: base-noprelude
3-
version: 4.12.0.0
3+
version: 4.14.0.0
44

55
synopsis: "base" package sans "Prelude" module
66
homepage: https://github.com/hvr/base-noprelude
@@ -14,7 +14,7 @@ build-type: Simple
1414
description:
1515
This package simplifies defining custom "Prelude"s without having
1616
to use @-XNoImplicitPrelude@ by re-exporting the full module-hierarchy of
17-
the [base-4.12.0.0](https://hackage.haskell.org/package/base-4.12.0.0)
17+
the [base-4.14.0.0](https://hackage.haskell.org/package/base-4.14.0.0)
1818
package /except/ for the "Prelude" module.
1919
.
2020
An usage example for such a "Prelude"-replacement is available with
@@ -35,10 +35,10 @@ source-repository head
3535
location: https://github.com/hvr/base-noprelude.git
3636

3737
library
38-
build-depends: base ==4.12.0.0
38+
build-depends: base ==4.14.0.0
3939
default-language: Haskell2010
4040

41-
-- re-exported modules copied from base-4.12.0.0's exposed-modules
41+
-- re-exported modules copied from base-4.14.0.0's exposed-modules
4242
reexported-modules:
4343
, Control.Applicative
4444
, Control.Arrow
@@ -162,6 +162,7 @@ library
162162
, GHC.Foreign
163163
, GHC.ForeignPtr
164164
, GHC.GHCi
165+
, GHC.GHCi.Helpers
165166
, GHC.Generics
166167
, GHC.IO
167168
, GHC.IO.Buffer
@@ -189,6 +190,7 @@ library
189190
, GHC.IOArray
190191
, GHC.IORef
191192
, GHC.Int
193+
, GHC.Ix
192194
, GHC.List
193195
, GHC.Maybe
194196
, GHC.MVar

0 commit comments

Comments
 (0)