prelude2010: Provide Prelude with fixed content across GHC versions
This package helps you to write code that works with GHC before 7.10
and starting with 7.10.
It provides the content of the Prelude2010 module as Prelude.
This way you can replace a dependency on base
by
Build-Depends: base-noprelude ==4.*, prelude2010 ==0.*
in your Cabal file and you do not have to alter modules.
Attention: While this works for package builds, GHCi will complain about conflicting Prelude modules. After installation of this package, you should run
$ ghc-pkg hide prelude2010
Downloads
- prelude2010-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.0 |
---|---|
Dependencies | prelude-compat (<1) [details] |
Tested with | ghc ==6.12.3, ghc ==7.0.4, ghc ==7.2.2, ghc ==7.4.2, ghc ==7.6.3, ghc ==7.8.4, ghc ==7.10.3 |
License | BSD-3-Clause |
Author | Henning Thielemann |
Maintainer | haskell@henning-thielemann.de |
Category | Prelude, Haskell2010 |
Source repo | this: darcs get http://hub.darcs.net/thielema/prelude2010 --tag 0.0 head: darcs get http://hub.darcs.net/thielema/prelude2010 |
Uploaded | by HenningThielemann at 2016-04-16T17:56:03Z |
Distributions | NixOS:0.0 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1074 total (11 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-11-26 [all 1 reports] |