Summary
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.
Versions
v1.4.1 :: 0/1.4.1 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64 ~x86
- USE flags
- doc hscolour profile
USE flags
General
Dependencies
dev-haskell / base-prelude : The most complete prelude formed solely from the "base" package
dev-haskell / bifunctors : Haskell98 bifunctors package
dev-haskell / cabal : A framework for packaging Haskell software
dev-haskell / comonad : Haskell package providing comonads
dev-haskell / contravariant : Contravariant functors
dev-haskell / contravariant-extras : Extras for the "contravariant" package
dev-haskell / dlist : Difference lists
dev-haskell / either : An either monad transformer
dev-haskell / fail : Forward-compatible MonadFail class
dev-haskell / hashable : A class for types that can be converted to a hash value
dev-haskell / hscolour : Colourise Haskell code
dev-haskell / mtl : Monad classes, using functional dependencies
dev-haskell / profunctors : Haskell98 profunctors package
dev-haskell / scientific : Numbers represented using scientific notation
dev-haskell / selective : Selective applicative functors
dev-haskell / semigroupoids : Semigroupoids: Category sans id
dev-haskell / semigroups : Anything that associates
dev-haskell / stm : Software Transactional Memory
dev-haskell / text : An efficient packed Unicode text type
dev-haskell / unordered-containers : Efficient hashing-based container types
dev-haskell / uuid : For creating, comparing, parsing and printing Universally Unique Identifiers
dev-haskell / vector : Efficient Arrays
dev-haskell / void : A Haskell 98 logically uninhabited data type
Runtime Dependencies
dev-haskell / base-prelude : The most complete prelude formed solely from the "base" package
dev-haskell / bifunctors : Haskell98 bifunctors package
dev-haskell / comonad : Haskell package providing comonads
dev-haskell / contravariant : Contravariant functors
dev-haskell / contravariant-extras : Extras for the "contravariant" package
dev-haskell / dlist : Difference lists
dev-haskell / either : An either monad transformer
dev-haskell / fail : Forward-compatible MonadFail class
dev-haskell / hashable : A class for types that can be converted to a hash value
dev-haskell / mtl : Monad classes, using functional dependencies
dev-haskell / profunctors : Haskell98 profunctors package
dev-haskell / scientific : Numbers represented using scientific notation
dev-haskell / selective : Selective applicative functors
dev-haskell / semigroupoids : Semigroupoids: Category sans id
dev-haskell / semigroups : Anything that associates
dev-haskell / stm : Software Transactional Memory
dev-haskell / text : An efficient packed Unicode text type
dev-haskell / unordered-containers : Efficient hashing-based container types
dev-haskell / uuid : For creating, comparing, parsing and printing Universally Unique Identifiers
dev-haskell / vector : Efficient Arrays
dev-haskell / void : A Haskell 98 logically uninhabited data type
Depending packages
dev-haskell / rerebase : Reexports from 'base' with a bunch of other standard libraries
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Jack Todaro · gentoo
dev-haskell/rebase: add package
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>