packages feed

base-noprelude 4.8.1.0 → 4.8.2.0

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~base

Dependency ranges changed: base

Files

base-noprelude.cabal view
@@ -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@@ -14,7 +14,7 @@     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@@ -32,7 +32,7 @@     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@@ -41,7 +41,7 @@     -- 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,