commit:     66d78ae556f8a03b787784870b30295b7232e1f2
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 13:05:06 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 13:09:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66d78ae5

dev-haskell/monadcatchio-transformers: update to EAPI=7

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/monadcatchio-transformers/metadata.xml             |  7 -------
 .../monadcatchio-transformers-0.3.1.3-r1.ebuild                | 10 +++++-----
 2 files changed, 5 insertions(+), 12 deletions(-)

diff --git a/dev-haskell/monadcatchio-transformers/metadata.xml 
b/dev-haskell/monadcatchio-transformers/metadata.xml
index c5eb3035ebf..b7878815d80 100644
--- a/dev-haskell/monadcatchio-transformers/metadata.xml
+++ b/dev-haskell/monadcatchio-transformers/metadata.xml
@@ -5,11 +5,4 @@
                <email>[email protected]</email>
                <name>Gentoo Haskell</name>
        </maintainer>
-       <longdescription>
-               Provides functions to throw and catch exceptions. Unlike the 
functions from
-               @Control.Exception@, which work in @IO@, these work in any 
stack of monad
-               transformers (from the 'transformers' package) with @IO@ as the 
base monad.
-               You can extend this functionality to other monads, by creating 
an instance
-               of the @MonadCatchIO@ class.
-       </longdescription>
 </pkgmetadata>

diff --git 
a/dev-haskell/monadcatchio-transformers/monadcatchio-transformers-0.3.1.3-r1.ebuild
 
b/dev-haskell/monadcatchio-transformers/monadcatchio-transformers-0.3.1.3-r1.ebuild
index e4729f3c913..321641777c9 100644
--- 
a/dev-haskell/monadcatchio-transformers/monadcatchio-transformers-0.3.1.3-r1.ebuild
+++ 
b/dev-haskell/monadcatchio-transformers/monadcatchio-transformers-0.3.1.3-r1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-# ebuild generated by hackport 0.4.4.9999
+# ebuild generated by hackport 0.6.6.9999
 
 CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal
@@ -22,16 +22,16 @@ IUSE=""
 
 RDEPEND=">=dev-haskell/extensible-exceptions-0.1:=[profile?] 
<dev-haskell/extensible-exceptions-0.2:=[profile?]
        >=dev-haskell/monads-tf-0.1:=[profile?] 
<dev-haskell/monads-tf-0.2:=[profile?]
-       >=dev-haskell/transformers-0.2:=[profile?]
-       >=dev-lang/ghc-7.4.1:=
+       >=dev-lang/ghc-7.8.2:=
 "
 DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.6
+       >=dev-haskell/cabal-1.18.1.3
 "
 
 S="${WORKDIR}/${MY_P}"
 
 src_prepare() {
+       default
        cabal_chdeps \
                'base < 4.9' 'base' \
                'transformers >= 0.2 && < 0.5' 'transformers >= 0.2'

Reply via email to