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/strict/
Date: Wed, 02 Sep 2020 07:46:16
Message-Id: 1599032768.128eccd74ecd4d1b19a544fca4c1131e40c88b52.slyfox@gentoo
1 commit: 128eccd74ecd4d1b19a544fca4c1131e40c88b52
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 07:43:09 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=128eccd7
7
8 dev-haskell/strict: 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 dev-haskell/strict/strict-0.3.2-r1.ebuild | 24 ++++++++++++++++++++++++
14 1 file changed, 24 insertions(+)
15
16 diff --git a/dev-haskell/strict/strict-0.3.2-r1.ebuild b/dev-haskell/strict/strict-0.3.2-r1.ebuild
17 new file mode 100644
18 index 00000000000..501f31bfb9e
19 --- /dev/null
20 +++ b/dev-haskell/strict/strict-0.3.2-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.4.9999
28 +
29 +CABAL_FEATURES="lib profile haddock hoogle hscolour"
30 +inherit haskell-cabal
31 +
32 +DESCRIPTION="Strict data types and String IO"
33 +HOMEPAGE="http://www.cse.unsw.edu.au/~rl/code/strict.html"
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-1.2
45 +"