summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-03-09 12:56:40 +0000
committerMark Wright <gienah@gentoo.org>2014-03-09 12:56:40 +0000
commit53aaa6aa5600c8a12c1940062ebaafd402e12710 (patch)
treec50019cd87068f0c58d49ea4eff08d2b1283e65d /dev-haskell/resourcet
parentBump persistent-template to 1.3.1.1 (diff)
downloadgentoo-2-53aaa6aa5600c8a12c1940062ebaafd402e12710.tar.gz
gentoo-2-53aaa6aa5600c8a12c1940062ebaafd402e12710.tar.bz2
gentoo-2-53aaa6aa5600c8a12c1940062ebaafd402e12710.zip
Bump resourcet to 0.4.10
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/resourcet')
-rw-r--r--dev-haskell/resourcet/ChangeLog9
-rw-r--r--dev-haskell/resourcet/resourcet-0.4.10.ebuild32
2 files changed, 39 insertions, 2 deletions
diff --git a/dev-haskell/resourcet/ChangeLog b/dev-haskell/resourcet/ChangeLog
index fe0ecf3ced0a..a979b751360d 100644
--- a/dev-haskell/resourcet/ChangeLog
+++ b/dev-haskell/resourcet/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/resourcet
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/resourcet/ChangeLog,v 1.5 2013/11/24 19:34:42 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/resourcet/ChangeLog,v 1.6 2014/03/09 12:56:40 gienah Exp $
+
+*resourcet-0.4.10 (09 Mar 2014)
+
+ 09 Mar 2014; Mark Wright <gienah@gentoo.org> +resourcet-0.4.10.ebuild:
+ Bump resourcet to 0.4.10
24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> resourcet-0.4.9.ebuild:
Stable for x86, wrt bug #488750
diff --git a/dev-haskell/resourcet/resourcet-0.4.10.ebuild b/dev-haskell/resourcet/resourcet-0.4.10.ebuild
new file mode 100644
index 000000000000..0c3bf00ad458
--- /dev/null
+++ b/dev-haskell/resourcet/resourcet-0.4.10.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/resourcet/resourcet-0.4.10.ebuild,v 1.1 2014/03/09 12:56:40 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Deterministic allocation and freeing of scarce resources."
+HOMEPAGE="http://github.com/snoyberg/conduit"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/lifted-base-0.1:=[profile?]
+ dev-haskell/mmorph:=[profile?]
+ >=dev-haskell/monad-control-0.3.1:=[profile?] <dev-haskell/monad-control-0.4:=[profile?]
+ >=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-2.2:=[profile?]
+ >=dev-haskell/transformers-0.2.2:=[profile?] <dev-haskell/transformers-0.4:=[profile?]
+ >=dev-haskell/transformers-base-0.4.1:=[profile?] <dev-haskell/transformers-base-0.5:=[profile?]
+ >=dev-lang/ghc-7.0.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10.0.0
+ test? ( >=dev-haskell/hspec-1.3 )
+"