diff options
| author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-11-05 23:10:25 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-11-05 23:23:07 +0000 |
| commit | f2295b6c0684c6788291bdd60ee71dee67312a99 (patch) | |
| tree | 25ab10d9aca53a918921778dbcf58d611aa79350 /dev-haskell/enclosed-exceptions/enclosed-exceptions-1.0.2.ebuild | |
| parent | e9eac1729c6a640f9f29b55089d2cf7a52eefe57 (diff) | |
| download | gentoo-f2295b6c0684c6788291bdd60ee71dee67312a99.tar.gz gentoo-f2295b6c0684c6788291bdd60ee71dee67312a99.tar.bz2 gentoo-f2295b6c0684c6788291bdd60ee71dee67312a99.zip | |
dev-haskell/enclosed-exceptions: bump up to 1.0.2
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-haskell/enclosed-exceptions/enclosed-exceptions-1.0.2.ebuild')
| -rw-r--r-- | dev-haskell/enclosed-exceptions/enclosed-exceptions-1.0.2.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-haskell/enclosed-exceptions/enclosed-exceptions-1.0.2.ebuild b/dev-haskell/enclosed-exceptions/enclosed-exceptions-1.0.2.ebuild new file mode 100644 index 000000000000..9b773942c894 --- /dev/null +++ b/dev-haskell/enclosed-exceptions/enclosed-exceptions-1.0.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +# ebuild generated by hackport 0.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Catching all exceptions from within an enclosed computation" +HOMEPAGE="https://github.com/jcristovao/enclosed-exceptions" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/lifted-base-0.2:=[profile?] + dev-haskell/monad-control:=[profile?] + dev-haskell/transformers:=[profile?] + dev-haskell/transformers-base:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/async-2.0 + >=dev-haskell/hspec-1.3 + dev-haskell/quickcheck + dev-haskell/stm ) +" |
