Skip to content

Commit

Permalink
dev-haskell/test-framework-quickcheck2: switch to EAPI=5
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
  • Loading branch information
Sergei Trofimovich committed Oct 28, 2012
1 parent f994994 commit 4f9b67f
Showing 1 changed file with 10 additions and 8 deletions.
Expand Up @@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: $ # $Header: $


EAPI=4 EAPI=5


# ebuild generated by hackport 0.2.18.9999 # ebuild generated by hackport 0.3.9999


CABAL_FEATURES="lib profile haddock hoogle hscolour" CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal inherit haskell-cabal
Expand All @@ -14,14 +14,16 @@ HOMEPAGE="http://batterseapower.github.com/test-framework/"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"


LICENSE="BSD" LICENSE="BSD"
SLOT="0" SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="" IUSE=""


RDEPEND=">=dev-haskell/quickcheck-2.4[profile?] RDEPEND=">=dev-haskell/extensible-exceptions-0.1.1:=[profile?]
<dev-haskell/quickcheck-2.6[profile?] <dev-haskell/extensible-exceptions-0.2.0:=[profile?]
>=dev-haskell/random-1[profile?] >=dev-haskell/quickcheck-2.4:=[profile?]
>=dev-haskell/test-framework-0.6[profile?] <dev-haskell/quickcheck-2.6:=[profile?]
>=dev-lang/ghc-6.10.4" >=dev-haskell/random-1:=[profile?]
>=dev-haskell/test-framework-0.6:=[profile?]
>=dev-lang/ghc-6.10.4:="
DEPEND="${RDEPEND} DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.2.3" >=dev-haskell/cabal-1.2.3"

0 comments on commit 4f9b67f

Please sign in to comment.