rebase: A more progressive alternative to the "base" package
This package is intended for those who are tired of keeping long lists of dependencies to the same essential libraries in each package as well as the endless imports of the same APIs all over again. It also supports the modern tendencies in the language.
To solve those problems this package does the following:
Reexport the original APIs under the "Rebase" namespace.
Export all the possible non-conflicting symbols from the "Rebase.Prelude" module.
Give priority to the modern practices in the conflicting cases.
The policy behind the package is only to reexport the non-ambiguous and non-controversial APIs, which the community has obviously settled on. The package is intended to rapidly evolve with the contribution from the community, with the missing features being added with pull-requests.
Modules
[Index]
- Rebase
- Contravariant
- Control
- Data
- Rebase.Data.Bifunctor
- Rebase.Data.ByteString
- Rebase.Data.DList
- Either
- Functor
- HashMap
- Rebase.Data.HashSet
- Rebase.Data.Hashable
- IntMap
- Rebase.Data.IntSet
- Rebase.Data.List
- Rebase.Data.List1
- Map
- Rebase.Data.Profunctor
- Rebase.Data.Scientific
- Rebase.Data.Semigroup
- Rebase.Data.Semigroupoid
- Rebase.Data.Sequence
- Rebase.Data.Set
- Rebase.Data.Text
- Rebase.Data.Time
- Rebase.Data.UUID
- Rebase.Data.Vector
- Rebase.Data.Void
- Rebase.Prelude
Downloads
- rebase-1.0.1.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.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.2, 0.2.1, 0.2.3, 0.2.4, 0.3, 0.3.1, 0.3.2, 0.4, 0.4.1, 0.4.2, 0.4.3, 0.5, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 1, 1.0.1, 1.0.2, 1.0.2.1, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.0.8.1, 1.1, 1.1.1, 1.2, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.3, 1.3.1, 1.3.1.1, 1.4, 1.4.1, 1.5, 1.6, 1.6.0.1, 1.6.1, 1.7, 1.7.1, 1.7.1.1, 1.7.2, 1.7.3, 1.7.4, 1.8, 1.9, 1.9.1, 1.10, 1.10.0.1, 1.11, 1.11.0.1, 1.12, 1.12.0.1, 1.12.1, 1.13, 1.13.0.1, 1.13.1, 1.13.2, 1.14, 1.15, 1.15.0.1, 1.15.0.2, 1.15.0.3, 1.16, 1.16.0.1, 1.16.1, 1.17, 1.18, 1.19, 1.20, 1.20.1, 1.20.1.1, 1.20.2, 1.21, 1.21.1 (info) |
---|---|
Dependencies | base (>=4.6 && <5), base-prelude (>=1 && <2), bifunctors (>=5.2 && <6), bytestring (>=0.10.4 && <0.11), containers (>=0.5 && <0.6), contravariant (>=1.4 && <2), contravariant-extras (>=0.3.2 && <0.4), deepseq (>=1.4 && <2), dlist (>=0.7 && <0.9), either (>=4.4 && <5), fail (>=4.9 && <5), hashable (>=1.2 && <2), mtl (>=2.2 && <3.0), profunctors (>=5.2 && <6), scientific (>=0.3 && <0.4), semigroupoids (>=5.1 && <6), semigroups (>=0.18 && <0.19), text (>=1 && <2), time (>=1.5 && <2), transformers (>=0.4 && <0.6), unordered-containers (>=0.2 && <0.3), uuid (>=1.3 && <1.4), vector (>=0.10 && <0.12), void (>=0.7 && <0.8) [details] |
License | MIT |
Copyright | (c) 2016, Nikita Volkov |
Author | Nikita Volkov <nikita.y.volkov@mail.ru> |
Maintainer | Nikita Volkov <nikita.y.volkov@mail.ru> |
Home page | https://github.com/nikita-volkov/rebase |
Bug tracker | https://github.com/nikita-volkov/rebase/issues |
Source repo | head: git clone git://github.com/nikita-volkov/rebase.git |
Uploaded | by NikitaVolkov at 2016-10-19T12:09:25Z |
Distributions | Arch:1.18, LTSHaskell:1.20.2, NixOS:1.20.2, Stackage:1.21.1 |
Reverse Dependencies | 1 direct, 1 indirect [details] |
Downloads | 43465 total (220 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-10-19 [all 1 reports] |