diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-24 14:05:06 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-24 14:09:12 +0100 |
commit | 66d78ae556f8a03b787784870b30295b7232e1f2 (patch) | |
tree | 9a5a844a67bd965afa06d615bc214f32c68407ef /dev-haskell/monadcatchio-transformers | |
parent | dev-haskell/monad-control: drop old (diff) | |
download | gentoo-66d78ae556f8a03b787784870b30295b7232e1f2.tar.gz gentoo-66d78ae556f8a03b787784870b30295b7232e1f2.tar.bz2 gentoo-66d78ae556f8a03b787784870b30295b7232e1f2.zip |
dev-haskell/monadcatchio-transformers: update to EAPI=7
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/monadcatchio-transformers')
-rw-r--r-- | dev-haskell/monadcatchio-transformers/metadata.xml | 7 | ||||
-rw-r--r-- | dev-haskell/monadcatchio-transformers/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 @@ <email>haskell@gentoo.org</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 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/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' |