Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/lazysmallcheck/
Date: Wed, 02 Sep 2020 07:46:16
Message-Id: 1599032768.4e4e01e2ed3ab8a309c784ecfeadb3099a965502.slyfox@gentoo
1 commit: 4e4e01e2ed3ab8a309c784ecfeadb3099a965502
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 07:44:21 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 07:46:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e4e01e2
7
8 dev-haskell/lazysmallcheck: update to EAPI=7
9
10 Package-Manager: Portage-3.0.5, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 .../lazysmallcheck/lazysmallcheck-0.6-r1.ebuild | 24 ++++++++++++++++++++++
14 1 file changed, 24 insertions(+)
15
16 diff --git a/dev-haskell/lazysmallcheck/lazysmallcheck-0.6-r1.ebuild b/dev-haskell/lazysmallcheck/lazysmallcheck-0.6-r1.ebuild
17 new file mode 100644
18 index 00000000000..2495ff0d6e0
19 --- /dev/null
20 +++ b/dev-haskell/lazysmallcheck/lazysmallcheck-0.6-r1.ebuild
21 @@ -0,0 +1,24 @@
22 +# Copyright 1999-2020 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +# ebuild generated by hackport 0.6.1
28 +
29 +CABAL_FEATURES="lib profile haddock hoogle hscolour"
30 +inherit haskell-cabal
31 +
32 +DESCRIPTION="A library for demand-driven testing of Haskell programs"
33 +HOMEPAGE="http://www.cs.york.ac.uk/~mfn/lazysmallcheck/"
34 +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
35 +
36 +LICENSE="BSD"
37 +SLOT="0/${PV}"
38 +KEYWORDS="~amd64 ~x86"
39 +IUSE=""
40 +
41 +RDEPEND=">=dev-lang/ghc-7.4.1:=
42 +"
43 +DEPEND="${RDEPEND}
44 + dev-haskell/cabal
45 +"