rebase

A more progressive alternative to the "base" package

https://github.com/nikita-volkov/rebase

Version on this page:1.0.8
LTS Haskell 22.13:1.20.2
Stackage Nightly 2024-03-14:1.20.2
Latest on Hackage:1.20.2

See all snapshots rebase appears in

MIT licensed and maintained by Nikita Volkov
This version can be pinned in stack with:rebase-1.0.8@sha256:d1bbe98c28aa555a5fd29172070e998a739445ad2a2aaf1e572c9d4fec1227f3,11291

Module documentation for 1.0.8

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.