From 66d78ae556f8a03b787784870b30295b7232e1f2 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 24 Oct 2020 14:05:06 +0100 Subject: dev-haskell/monadcatchio-transformers: update to EAPI=7 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich --- 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 c5eb3035ebf1..b7878815d80d 100644 --- a/dev-haskell/monadcatchio-transformers/metadata.xml +++ b/dev-haskell/monadcatchio-transformers/metadata.xml @@ -5,11 +5,4 @@ haskell@gentoo.org Gentoo Haskell - - 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. - 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 e4729f3c913a..321641777c99 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/monads-tf-0.1:=[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' -- cgit v1.2.3-65-gdbad