rebase: A more progressive alternative to the "base" package

[ library, mit, unclassified ] [ Propose Tags ]

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.

If you don't need the "Rebase" namespace and want to import modules from the reexported packages as they are check out the "rerebase" package which simply reexports the original symbols in the original namespace. Thus it simply lets you depend on all the de-facto default packages, by yourself having to maintain only the dependency on "rerebase". Also it comes packed with a prelude as rich as here.

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

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 (info)
Dependencies base (>=4.10 && <5), bifunctors (>=5.5 && <5.6), bytestring (>=0.10 && <0.12), comonad (>=5 && <5.1), containers (>=0.6 && <0.7), contravariant (>=1.5 && <1.6), deepseq (>=1.4 && <1.5), dlist (>=0.8 && <1.1), either (>=5 && <5.1), groups (>=0.5.3 && <0.6), hashable (>=1.3 && <1.5), invariant (>=0.5.5 && <0.7), mtl (>=2.2 && <2.3), profunctors (>=5.6 && <5.7), scientific (>=0.3 && <0.4), selective (>=0.5 && <0.6), semigroupoids (>=5.3 && <5.4), stm (>=2.5 && <2.6), text (>=1.2 && <1.3 || >=2.0 && <2.1), time (>=1.9 && <1.13), time-compat (>=1.9.6.1 && <1.10), transformers (>=0.5 && <0.7), unordered-containers (>=0.2.13 && <0.3), uuid-types (>=1.0 && <1.1), vector (>=0.12 && <0.14), vector-instances (>=3.4 && <3.5), 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>
Revised Revision 1 made by NikitaVolkov at 2022-09-18T21:30:47Z
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 2022-09-18T11:13:30Z
Distributions Arch:1.18, LTSHaskell:1.20.2, NixOS:1.20.2, Stackage:1.20.2
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 41918 total (217 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-09-18 [all 1 reports]