summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2015-04-03 13:30:34 +0000
committerMark Wright <gienah@gentoo.org>2015-04-03 13:30:34 +0000
commit72d9541417f82f9fddb23d07088e3e3213e2bda3 (patch)
treeb75f64fc1b1dd17abe3cc49b76aa23a19577c18b
parentBump semigroups to 0.16.2.2 (diff)
downloadgentoo-2-72d9541417f82f9fddb23d07088e3e3213e2bda3.tar.gz
gentoo-2-72d9541417f82f9fddb23d07088e3e3213e2bda3.tar.bz2
gentoo-2-72d9541417f82f9fddb23d07088e3e3213e2bda3.zip
Bump enclosed-exceptions to 1.0.1.1
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
-rw-r--r--dev-haskell/enclosed-exceptions/ChangeLog10
-rw-r--r--dev-haskell/enclosed-exceptions/enclosed-exceptions-1.0.1.1.ebuild32
2 files changed, 40 insertions, 2 deletions
diff --git a/dev-haskell/enclosed-exceptions/ChangeLog b/dev-haskell/enclosed-exceptions/ChangeLog
index 66813e4fb8d6..ca350942348b 100644
--- a/dev-haskell/enclosed-exceptions/ChangeLog
+++ b/dev-haskell/enclosed-exceptions/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/enclosed-exceptions
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/enclosed-exceptions/ChangeLog,v 1.4 2014/12/13 14:02:27 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/enclosed-exceptions/ChangeLog,v 1.5 2015/04/03 13:30:34 gienah Exp $
+
+*enclosed-exceptions-1.0.1.1 (03 Apr 2015)
+
+ 03 Apr 2015; Mark Wright <gienah@gentoo.org>
+ +enclosed-exceptions-1.0.1.1.ebuild:
+ Bump enclosed-exceptions to 1.0.1.1
*enclosed-exceptions-1.0.1 (13 Dec 2014)
diff --git a/dev-haskell/enclosed-exceptions/enclosed-exceptions-1.0.1.1.ebuild b/dev-haskell/enclosed-exceptions/enclosed-exceptions-1.0.1.1.ebuild
new file mode 100644
index 000000000000..ea9cae3aa127
--- /dev/null
+++ b/dev-haskell/enclosed-exceptions/enclosed-exceptions-1.0.1.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/enclosed-exceptions/enclosed-exceptions-1.0.1.1.ebuild,v 1.1 2015/04/03 13:30:34 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.4.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/async-2.0:=[profile?]
+ >=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/hspec-1.3
+ dev-haskell/quickcheck )
+"