base-noprelude 4.10.0.0 → 4.10.1.0
raw patch · 1 files changed
+7/−7 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- base-noprelude.cabal +7/−7
base-noprelude.cabal view
@@ -1,5 +1,7 @@+cabal-version: 2.0 name: base-noprelude-version: 4.10.0.0+version: 4.10.1.0+ synopsis: "base" package sans "Prelude" module homepage: https://github.com/hvr/base-noprelude bug-reports: https://github.com/hvr/base-noprelude/issues@@ -9,12 +11,10 @@ maintainer: hvr@gnu.org category: Development build-type: Simple-cabal-version: >=2.0 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.10.0.0 base-4.10.0.0>+ to use @-XNoImplicitPrelude@ by re-exporting the full module-hierarchy of+ the [base-4.10.1.0](https://hackage.haskell.org/package/base-4.10.1.0) package /except/ for the "Prelude" module. . Starting with GHC 7.10 & Cabal-1.22 this package makes use of the@@ -32,7 +32,7 @@ location: https://github.com/hvr/base-noprelude.git library- build-depends: base ==4.10.0.0+ build-depends: base ==4.10.1.0 default-language: Haskell2010 -- not really needed since reexported-modules wouldn't clash with@@ -41,7 +41,7 @@ -- as well exposed: False - -- re-exported modules copied from base-4.8.2.0's exposed-modules+ -- re-exported modules copied from base-4.10.1.0's exposed-modules reexported-modules: Control.Applicative, Control.Arrow,