base-noprelude

"base" package sans "Prelude" module

https://github.com/hvr/base-noprelude

Version on this page:4.11.1.0
LTS Haskell 16.31:4.13.0.0
Stackage Nightly 2020-06-16:4.13.0.0
Latest on Hackage:4.13.0.0

See all snapshots base-noprelude appears in

BSD-3-Clause licensed by Herbert Valerio Riedel
Maintained by [email protected]
This version can be pinned in stack with:base-noprelude-4.11.1.0@sha256:f85e44cb50a0d0b2320baf9677d764beb1d247a3c15d1b97e3404ff7e7efd00b,7036

Module documentation for 4.11.1.0

There are no documented modules for this package.

Depends on 1 package(full list with versions):
Used by 1 package in nightly-2018-09-16(full list with versions):

This package simplifies defining custom Preludes without having to use -XNoImplicitPrelude by re-exporting the full module-hierarchy of the base-4.11.1.0 package except for the Prelude module.

Starting with GHC 7.10 & Cabal-1.22 this package makes use of the package-level reexported-modules feature.

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.