mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-haskell/semigroups: Bump to 0.20.1
Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST semigroups-0.20.tar.gz 18788 BLAKE2B 8cd5e82bc1af79a5c688e16c1d1c4aeec12923ed3be2fe9e1aa4f6a431a1e5be56f373ca952536054c2c7530da1adb579fccd8382ddc5031eddcce44815d73b3 SHA512 76e61ffb854276a7760619acd093df0c80c17a58a553ba9f9be3148998c4905784ca5840041a9afb800eab220c62b59567d1be95be478c21b4446021bab7b923
|
||||
DIST semigroups-0.20.1.tar.gz 5540 BLAKE2B a59bdba152ae6e128456e9632daeff9e4375885ee2efdc39d1312f8edd7a1122dc9ba0f9458a1e8c7580bae8d7f0a660523da7148da7a3ea1bd9823857d134a7 SHA512 b5483ca49603ca5461cbf031b3dda6afc91aeaeb20ac74ba7a0a08c47fcf6619e8a6b6ae71e149013daf4c4720be8a3406b35252ef6d51836b5f1ec2c1b26d7a
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
# ebuild generated by hackport 0.7.1.1.9999
|
||||
# ebuild generated by hackport 0.9.1.0
|
||||
#hackport: flags: +bytestring,+containers,+deepseq,+hashable,+tagged,+text,+unordered-containers,+binary,-bytestring-builder,+template-haskell,+transformers
|
||||
|
||||
CABAL_FEATURES="lib profile haddock hoogle hscolour"
|
||||
@@ -11,16 +11,15 @@ inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="Anything that associates"
|
||||
HOMEPAGE="https://github.com/ekmett/semigroups/"
|
||||
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
||||
|
||||
RDEPEND=">=dev-lang/ghc-8.4.3:=
|
||||
RDEPEND=">=dev-lang/ghc-9.0.2:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-2.2.0.1
|
||||
>=dev-haskell/cabal-3.4.1.0
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
Reference in New Issue
Block a user