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/wai-test/
Date: Sun, 01 Nov 2020 13:28:39
Message-Id: 1604237083.89ebddd559fc7cc4fbf79c454f680e0e43377c43.slyfox@gentoo
1 commit: 89ebddd559fc7cc4fbf79c454f680e0e43377c43
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 1 13:24:43 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 1 13:24:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ebddd5
7
8 dev-haskell/wai-test: update to EAPI=7
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/wai-test/wai-test-3.0.0.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-haskell/wai-test/wai-test-3.0.0.ebuild b/dev-haskell/wai-test/wai-test-3.0.0.ebuild
17 index 183057606b1..ac41acae63a 100644
18 --- a/dev-haskell/wai-test/wai-test-3.0.0.ebuild
19 +++ b/dev-haskell/wai-test/wai-test-3.0.0.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=7
27
28 -# ebuild generated by hackport 0.4.2.9999
29 +# ebuild generated by hackport 0.6.6.9999
30
31 -CABAL_FEATURES="lib profile"
32 +CABAL_FEATURES="lib profile haddock hoogle hscolour"
33 inherit haskell-cabal
34
35 DESCRIPTION="Unit test framework (built on HUnit) for WAI applications. (deprecated)"