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/metadata.xml | |
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/metadata.xml')
-rw-r--r-- | dev-haskell/monadcatchio-transformers/metadata.xml | 7 |
1 files changed, 0 insertions, 7 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> |