dev-haskell/mutable-containers: drop old

Package-Manager: portage-2.2.28
This commit is contained in:
Sergei Trofimovich
2016-04-03 11:17:48 +01:00
parent 387effa94a
commit 3f1e4a03cd
2 changed files with 0 additions and 31 deletions

View File

@@ -1,2 +1 @@
DIST mutable-containers-0.3.0.tar.gz 11959 SHA256 ccec3cc85fa5a4facd65e7ab39220d0b41bd4ec2fe15df0bcd38fcf249105ff7 SHA512 71d2cd276c44c4de9fa533e3a41c95e4c0b7aa05383663f8e9a0cf626a6004ab9927481ba5dca1f5bca06caf54545c0b41e309817b46059a23fc8a30937fa727 WHIRLPOOL 928c79cc1af7269765ba9c0fe7c0810b7162880e1dd6b2934914dd37df116f88dc3a0fe30b4decf10b54f6bfc770826e731c2089ac551514b7d99b84cffe4e50
DIST mutable-containers-0.3.2.tar.gz 11969 SHA256 781388cf52faa5f9c4c8a825eef11bec430e323c6913d25b5f4e63d8ce02017e SHA512 b75e650406d92de25b903b4a761d760a797d099c7d3fd82a791c1b86caee104081edff159e78022178a284f7ca61233de91c179a435429dd585c46f97c384274 WHIRLPOOL 36d908ca6ea37a1e99dc70c13a4167f65ce960068dfbbfa0b25fe0d6dc8664a6ecbffd78ae88a12cfe04cd631d5eafdb5e01d93c241c685fe531ddc68c42084f

View File

@@ -1,30 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
# ebuild generated by hackport 0.4.5.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Abstactions and concrete implementations of mutable containers"
HOMEPAGE="https://github.com/fpco/mutable-containers"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-haskell/mono-traversable:=[profile?]
dev-haskell/primitive:=[profile?]
dev-haskell/vector:=[profile?]
>=dev-lang/ghc-7.8.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.18.1.3
test? ( dev-haskell/hspec
dev-haskell/quickcheck )
"