The basic-prelude package

[Tags:library, mit]

The premise of basic-prelude is that there are a lot of very commonly desired features missing from the standard Prelude, such as commonly used operators (<$> and >=>, for instance) and imports for common datatypes (e.g., ByteString and Vector). At the same time, there are lots of other components which are more debatable, such as providing polymorphic versions of common functions.

So basic-prelude is intended to give a common foundation for a number of alternate preludes. The package provides two modules: CorePrelude provides the common ground for other preludes to build on top of, while BasicPrelude exports CorePrelude together with commonly used list functions to provide a drop-in replacement for the standard Prelude.

Users wishing to have an improved Prelude can use BasicPrelude. Developers wishing to create a new prelude should use CorePrelude.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.3.1.0, 0.3.2.0, 0.3.3.0, 0.3.4.0, 0.3.5.0, 0.3.6.0, 0.3.7, 0.3.8, 0.3.9, 0.3.10, 0.3.11, 0.3.11.1, 0.3.12, 0.3.13, 0.4.0, 0.4.1, 0.5.0, 0.5.1, 0.5.2, 0.6.1, 0.6.1.1
Change log ChangeLog.md
Dependencies base (>=4.6 && <5), bytestring, containers, filepath, hashable, lifted-base, ReadArgs (==1.2.*), safe, text, transformers, unordered-containers, vector [details]
License MIT
Author Michael Snoyman, Dan Burton
Maintainer michael@snoyman.com
Stability Unknown
Category Control, Prelude
Home page https://github.com/snoyberg/basic-prelude
Source repository head: git clone git://github.com/snoyberg/basic-prelude.git
Uploaded Thu Sep 8 09:40:40 UTC 2016 by MichaelSnoyman
Distributions Debian:0.5.0, FreeBSD:0.5.0, LTSHaskell:0.6.1.1, NixOS:0.6.1, Stackage:0.6.1.1, Tumbleweed:0.6.1
Downloads 19472 total (162 in the last 30 days)
Votes
1 []
Status Docs available [build log]
Last success reported on 2016-09-08 [all 1 reports]

Modules

[Index]

Downloads

Maintainer's Corner

For package maintainers and hackage trustees

Readme for basic-prelude

Readme for basic-prelude-0.6.1

basic-prelude

The premise of basic-prelude is that there are a lot of very commonly desired features missing from the standard Prelude, such as commonly used operators (<$> and >=>, for instance) and imports for common datatypes (e.g., ByteString and Vector). At the same time, there are lots of other components which are more debatable, such as providing polymorphic versions of common functions.

So basic-prelude is intended to give a common foundation for a number of alternate preludes. The package provides two modules: CorePrelude provides the common ground for other preludes to build on top of, while BasicPrelude exports CorePrelude together with commonly used list functions to provide a drop-in replacement for the standard Prelude.

Users wishing to have an improved Prelude can use BasicPrelude. Developers wishing to create a new prelude should use CorePrelude.