dev-haskell/listlike: bump up to 4.5.1, bug #623570

New version brings ghc-8 support.

Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/623570
Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Sergei Trofimovich
2017-07-03 19:14:35 +01:00
parent dfa1761e84
commit b79b9cdba9
2 changed files with 38 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST ListLike-4.2.1.tar.gz 26970 SHA256 d6542ae5bef685e3571cd46b018c5adac2b6c854f72777ddd35a6823bcf08859 SHA512 dc245b4c2bc4fa0ea24efe55434eb8c7b2f2ee1a078fef331997bb0311260732970255fc8a18c9a7f22d90f47f661e543d18e6ad60b8d46992a6e973ccd375ad WHIRLPOOL 53b72d5b822416a7adee130c7e04fe2d7180d130cc073679c323cc9f740ff931800484d458a39ba50777769d2c89a72e7ad35a3f7280cce5d3bce1ffdd5ea5f8
DIST ListLike-4.5.1.tar.gz 29600 SHA256 b70745335b563cd9039bb17a1e2faf7edb1b68febdd19586b28ab67c55562a8d SHA512 4e59eb8cdade42ff63db9f90a7ec524dab674872960bd294da3195c280e0f488a3c0acb3827def8a071e5ecd820bb2bf0d5d68c22b8388adc933accbb0bcc630 WHIRLPOOL a86a0ce438ec797fc99f1f1ef785734fb2286297e8ac37f799e2c85cff3b94654137fdcae7dd1049b8a5093802cd93334c6eaf2096c2c3dcaf963274111c9ce6

View File

@@ -0,0 +1,37 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
# ebuild generated by hackport 0.5.1.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
MY_PN="ListLike"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Generic support for list-like structures"
HOMEPAGE="https://github.com/JohnLato/listlike"
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/dlist-0.7:=[profile?] <dev-haskell/dlist-0.9:=[profile?]
>=dev-haskell/fmlist-0.8:=[profile?] <dev-haskell/fmlist-0.10:=[profile?]
>=dev-haskell/text-0.11:=[profile?] <dev-haskell/text-1.3:=[profile?]
dev-haskell/utf8-string:=[profile?]
>=dev-haskell/vector-0.5:=[profile?] <dev-haskell/vector-0.13:=[profile?]
>=dev-lang/ghc-7.6.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.16.0
test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-2
>=dev-haskell/quickcheck-2.4 <dev-haskell/quickcheck-3
>=dev-haskell/random-1 <dev-haskell/random-2 )
"
S="${WORKDIR}/${MY_P}"