summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-12-14 19:35:12 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-12-14 19:39:45 +0000
commit536706fb9d18b85b750bf635327b1ea248c85ddc (patch)
treed0ae2c07b0d7497238100d92e3ba62be25defc13 /dev-haskell/monad-control/monad-control-1.0.2.3.ebuild
parentdev-haskell/monad-par: bump up to 0.3.5 (diff)
downloadgentoo-536706fb9d18b85b750bf635327b1ea248c85ddc.tar.gz
gentoo-536706fb9d18b85b750bf635327b1ea248c85ddc.tar.bz2
gentoo-536706fb9d18b85b750bf635327b1ea248c85ddc.zip
dev-haskell/monad-control: bump up to 1.0.2.3
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/monad-control/monad-control-1.0.2.3.ebuild')
-rw-r--r--dev-haskell/monad-control/monad-control-1.0.2.3.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-haskell/monad-control/monad-control-1.0.2.3.ebuild b/dev-haskell/monad-control/monad-control-1.0.2.3.ebuild
new file mode 100644
index 000000000000..6619429ed548
--- /dev/null
+++ b/dev-haskell/monad-control/monad-control-1.0.2.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Lift control operations, like exception catching, through monad transformers"
+HOMEPAGE="https://github.com/basvandijk/monad-control"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE=""
+
+RDEPEND=">=dev-haskell/stm-2.3:=[profile?] <dev-haskell/stm-3:=[profile?]
+ >=dev-haskell/transformers-base-0.4.4:=[profile?] <dev-haskell/transformers-base-0.5:=[profile?]
+ >=dev-haskell/transformers-compat-0.3:=[profile?] <dev-haskell/transformers-compat-0.7:=[profile?]
+ >=dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.18.1.3
+"