mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-haskell/unordered-containers: Bump to 0.2.21
Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST unordered-containers-0.2.17.0.tar.gz 54110 BLAKE2B 089317f81ce422b1ad54b20bf6c4724a13db855b34e6b4c634e36ed7e897927d2390559f32e8b1f1c38b206c0e8802e066d1f20b3b0a9c3c69a23a01ca993a1b SHA512 e0705e0ad9ec03ad192a8e4047aa5c8a1da6268075be28f423d3f3e7d330084ec02d8499b9f5ee8686c4dd36c67758822d58484155f3ce2cfd210e5bb1a3bb8b
|
||||
DIST unordered-containers-0.2.19.1-rev2.cabal 3822 BLAKE2B 57d1cd8fb19b60fc65ec2d89dae387fb9f3475f381507f78142724db810fdb72c706a41740f1e6ce2354dc7536d2dd020d65ef617765f87a9c4e10d9f4ae0ffd SHA512 83afdd11895a1bda7403efae0ff812befe88e26ee90b7098442946d257307bf6fd1eb977dc9b95fa69e24497318ceeb2afd3dfec8d3c0ce87e03a8ad2d5a2a25
|
||||
DIST unordered-containers-0.2.19.1.tar.gz 58030 BLAKE2B 52164edda0a384ec9286a5e931f0abb563fe10afc80dff604497d9f78f08ba334243fd0d4603c346d3d1af251e7a74c3962d2cd2592134544ecf79d856bf2236 SHA512 2ea49766210fcec1f8f8bd99c2bb296c4ffcb7ab00317b7663436b6ab0037f9b78cfa22631a1e2bc1f34b6c9b08614aa0ca98c5256ab18258645bfd72351b712
|
||||
DIST unordered-containers-0.2.21-rev2.cabal 3987 BLAKE2B 272d8fcbe837e31b341951b6fb16e4da7e3162f1283db98fe11bcad51cbb6fb763dbc6e9a174f346b400dd3c9f69684a158efdd3885016ba835dd5a6380b355e SHA512 82421e40c6958a16d0a4fa089730d9842f7ea93a2906f54a9e49f7c194a959fb86f4a787b73f0b5b3da048b499d2fef83a2ca897838f2f73c20a0cd989c1fa2c
|
||||
DIST unordered-containers-0.2.21.tar.gz 68227 BLAKE2B d91d34ebe1445a69f36401e23278d2120ac4323f6fe7a27ddaf7ef8eea2215fa588f418871c0d0f8e3dfd44b6afedd56c870090c709ab460660ceb8abbcd9a88 SHA512 b54ebd840d40e92baf303cd2867d7592d3f3f839aa5986c6277014775db4157fab6cae58f92ff32dbd5cc75dfe626b17c5849259397643aa7149484d60acae22
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
# ebuild generated by hackport 0.7.1.1.9999
|
||||
#hackport: flags: -debug
|
||||
|
||||
CABAL_FEATURES="lib profile haddock hoogle hscolour" # test-suite
|
||||
inherit haskell-cabal
|
||||
RESTRICT="test" # Circular dependencies
|
||||
|
||||
DESCRIPTION="Efficient hashing-based container types"
|
||||
HOMEPAGE="https://github.com/haskell-unordered-containers/unordered-containers"
|
||||
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
||||
|
||||
RDEPEND=">=dev-haskell/hashable-1.2.5:=[profile?] <dev-haskell/hashable-1.5:=[profile?]
|
||||
>=dev-lang/ghc-8.4.3:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-2.2.0.1"
|
||||
# test? ( dev-haskell/chasingbottoms
|
||||
# dev-haskell/hunit
|
||||
# >=dev-haskell/quickcheck-2.4.0.1
|
||||
# dev-haskell/random
|
||||
# >=dev-haskell/tasty-1.4.0.3
|
||||
# >=dev-haskell/tasty-hunit-0.10.0.3
|
||||
# >=dev-haskell/tasty-quickcheck-0.10.1.2 )
|
||||
|
||||
src_configure() {
|
||||
haskell-cabal_src_configure \
|
||||
--flag=-debug
|
||||
}
|
||||
@@ -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.3.0
|
||||
# ebuild generated by hackport 0.9.1.0
|
||||
#hackport: flags: -debug
|
||||
|
||||
CABAL_HACKAGE_REVISION=2
|
||||
@@ -18,22 +18,19 @@ LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-haskell/hashable-1.2.5:=[profile?] <dev-haskell/hashable-1.5:=[profile?]
|
||||
>=dev-lang/ghc-8.4.3:=
|
||||
RDEPEND=">=dev-haskell/hashable-1.4:=[profile?] <dev-haskell/hashable-1.6:=[profile?]
|
||||
>=dev-lang/ghc-9.0.2:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-2.2.0.1
|
||||
test? (
|
||||
dev-haskell/chasingbottoms
|
||||
>=dev-haskell/cabal-3.4.1.0
|
||||
test? ( dev-haskell/chasingbottoms
|
||||
dev-haskell/hunit
|
||||
>=dev-haskell/nothunks-0.1.3
|
||||
>=dev-haskell/quickcheck-2.4.0.1
|
||||
dev-haskell/random
|
||||
>=dev-haskell/tasty-1.4.0.3
|
||||
>=dev-haskell/tasty-hunit-0.10.0.3
|
||||
>=dev-haskell/tasty-quickcheck-0.10.1.2
|
||||
)
|
||||
>=dev-haskell/tasty-quickcheck-0.10.1.2 )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
Reference in New Issue
Block a user