packages feed

Cabal revisions of base-noprelude-4.3.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                base-noprelude-version:             4.3.0.0-synopsis:            "base" package sans "Prelude" module-homepage:            https://github.com/hvr/base-noprelude-bug-reports:         https://github.com/hvr/base-noprelude/issues-license:             BSD3-license-file:        LICENSE-author:              Herbert Valerio Riedel-maintainer:          hvr@gnu.org-category:            Development-build-type:          Custom-cabal-version:       >=1.10-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.3.0.0 base-4.3.0.0>-    package /except/ for the "Prelude" module.-    .-    Each version of @base-noprelude@ depends on a specific-    @base@-version and thus mirrors @base@'s-    versioning (with the exception that @base-noprelude@ needs to add an-    /additional/ 5th version component in case of bug-fix releases).-    .-    See <https://github.com/hvr/base-noprelude> for more information.--library-    build-depends:       base ==4.3.0.0-    default-language:    Haskell2010-    default-extensions:  PackageImports-    exposed:             False+name:                base-noprelude
+version:             4.3.0.0
+x-revision: 1
+synopsis:            "base" package sans "Prelude" module
+homepage:            https://github.com/hvr/base-noprelude
+bug-reports:         https://github.com/hvr/base-noprelude/issues
+license:             BSD3
+license-file:        LICENSE
+author:              Herbert Valerio Riedel
+maintainer:          hvr@gnu.org
+category:            Development
+build-type:          Custom
+cabal-version:       >=1.10
+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.3.0.0 base-4.3.0.0>
+    package /except/ for the "Prelude" module.
+    .
+    Each version of @base-noprelude@ depends on a specific
+    @base@-version and thus mirrors @base@'s
+    versioning (with the exception that @base-noprelude@ needs to add an
+    /additional/ 5th version component in case of bug-fix releases).
+    .
+    See <https://github.com/hvr/base-noprelude> for more information.
+
+custom-setup
+    setup-depends:       base ==4.3.0.0, filepath >=1.2 && <1.4, Cabal >=1.10 && <1.21
+
+library
+    build-depends:       base ==4.3.0.0
+    default-language:    Haskell2010
+    default-extensions:  PackageImports
+    exposed:             False