File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : base-noprelude
3- version : 4.12 .0.0
3+ version : 4.14 .0.0
44
55synopsis : "base" package sans "Prelude" module
66homepage : https://github.com/hvr/base-noprelude
@@ -14,7 +14,7 @@ build-type: Simple
1414description :
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
3737library
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
You can’t perform that action at this time.
0 commit comments