Versions
v0.1.0.0 :: 0/0.1.0.0 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64 ~x86
- USE flags
- doc hscolour profile
USE flags
General
Dependencies
dev-haskell / cabal : A framework for packaging Haskell software
dev-haskell / comonad : Haskell package providing comonads
dev-haskell / dlist : Difference lists
dev-haskell / dlist-instances : Difference lists instances
dev-haskell / hscolour : Colourise Haskell code
dev-haskell / mono-traversable : Type classes for mapping, folding, and traversing monomorphic containers
dev-haskell / semigroupoids : Semigroupoids: Category sans id
dev-haskell / semigroups : Anything that associates
dev-haskell / vector-instances : Orphan Instances for 'Data.Vector'
Runtime Dependencies
dev-haskell / comonad : Haskell package providing comonads
dev-haskell / dlist : Difference lists
dev-haskell / dlist-instances : Difference lists instances
dev-haskell / mono-traversable : Type classes for mapping, folding, and traversing monomorphic containers
dev-haskell / semigroupoids : Semigroupoids: Category sans id
dev-haskell / semigroups : Anything that associates
dev-haskell / vector-instances : Orphan Instances for 'Data.Vector'
Depending packages
dev-haskell / classy-prelude : A typeclass-based Prelude
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Inline mirror://hackage and update URIs
This change inlines mirror://hackage in all ebuilds, and updates URIs to the modern form (old URIs redirect to that). The change has been made using the following command: find -name '*.ebuild' -exec sed -r -i \ -e 's@mirror://hackage/@https://hackage.haskell.org/@g' \ -e 's@https://hackage.haskell.org/packages/archive/([^/]*)/([^/]*)/@https://hackage.haskell.org/package/\1-\2/@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{PV}@${P}@g' \ -e '/hackage\.haskell\.org/s@\$\{MY_PN}-\$\{PV}@${MY_P}@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{MY_PV}@${MY_P}@g' \ {} + Signed-off-by: Michał Górny <mgorny@gentoo.org> - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Sergei Trofimovich · gentoo
dev-haskell/mono-traversable-instances: new package, a depend of dev-haskell/classy-prelude-1.0.2
Extra typeclass instances for mono-traversable Package-Manager: Portage-2.3.3, Repoman-2.3.1