hydrogen: An alternate Prelude
This is an alternative to Prelude that is not meant to depart drastically from the standard. The principles of Hydrogen are:
Be total, not partial.
Use
Data.Text.Text
, notData.String.String
.Use generic functions, not Data.List functions.
Whatever is omitted should be replaced.
To use this package, use the NoImplicitPrelude
language option, and import
H.Prelude.
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
dev | Enable developer mode | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hydrogen-0.3.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.2.0.0, 0.3.0.0 |
---|---|
Dependencies | base (>=4.7 && <4.9), bytestring (>=0.10 && <0.11), containers (>=0.5 && <0.6), mtl (>=2.1 && <2.3), pretty (>=1.1 && <1.2), text (>=1.2 && <1.3) [details] |
Tested with | ghc ==7.10.1 |
License | GPL-3.0-only |
Copyright | (c) 2013-2015 Karl Voelker |
Author | Karl Voelker |
Maintainer | hydrogen@karlv.net |
Category | Prelude |
Home page | https://www.github.com/ktvoelker/hydrogen |
Bug tracker | https://www.github.com/ktvoelker/hydrogen/issues |
Source repo | head: git clone https://github.com/ktvoelker/hydrogen.git |
Uploaded | by KarlVoelker at 2015-04-05T19:54:36Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1466 total (8 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-04-05 [all 1 reports] |