diff options
author | 2014-07-02 12:19:13 +0000 | |
---|---|---|
committer | 2014-07-02 12:19:13 +0000 | |
commit | 97c1a5e431e16feca3c89a01c47ae053d9c60f7d (patch) | |
tree | 518aef694e5c85c84ff82c9b255103c815b9fefb /dev-haskell/pool-conduit | |
parent | Bump pointed to 4.1 (diff) | |
download | gentoo-2-97c1a5e431e16feca3c89a01c47ae053d9c60f7d.tar.gz gentoo-2-97c1a5e431e16feca3c89a01c47ae053d9c60f7d.tar.bz2 gentoo-2-97c1a5e431e16feca3c89a01c47ae053d9c60f7d.zip |
Bump pool-conduit to 0.1.2.3
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/pool-conduit')
-rw-r--r-- | dev-haskell/pool-conduit/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/pool-conduit/pool-conduit-0.1.2.3.ebuild | 29 |
2 files changed, 36 insertions, 2 deletions
diff --git a/dev-haskell/pool-conduit/ChangeLog b/dev-haskell/pool-conduit/ChangeLog index 031541f9d82a..c5bd17d9e749 100644 --- a/dev-haskell/pool-conduit/ChangeLog +++ b/dev-haskell/pool-conduit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/pool-conduit -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pool-conduit/ChangeLog,v 1.1 2013/08/26 11:54:15 qnikst Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pool-conduit/ChangeLog,v 1.2 2014/07/02 12:19:13 gienah Exp $ + +*pool-conduit-0.1.2.3 (02 Jul 2014) + + 02 Jul 2014; Mark Wright <gienah@gentoo.org> +pool-conduit-0.1.2.3.ebuild: + Bump pool-conduit to 0.1.2.3 *pool-conduit-0.1.2 (26 Aug 2013) diff --git a/dev-haskell/pool-conduit/pool-conduit-0.1.2.3.ebuild b/dev-haskell/pool-conduit/pool-conduit-0.1.2.3.ebuild new file mode 100644 index 000000000000..662182a45869 --- /dev/null +++ b/dev-haskell/pool-conduit/pool-conduit-0.1.2.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pool-conduit/pool-conduit-0.1.2.3.ebuild,v 1.1 2014/07/02 12:19:13 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Resource pool allocations via ResourceT. (deprecated)" +HOMEPAGE="http://www.yesodweb.com/book/persistent" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/monad-control:=[profile?] + >=dev-haskell/resource-pool-0.2.1:=[profile?] <dev-haskell/resource-pool-0.3:=[profile?] + >=dev-haskell/resourcet-0.3:=[profile?] <dev-haskell/resourcet-1.2:=[profile?] + >=dev-haskell/transformers-0.2.1:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" |