summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-07-02 10:40:36 +0000
committerMark Wright <gienah@gentoo.org>2014-07-02 10:40:36 +0000
commit23ebce11b4afcd4bc1b76d963a54c85f22e4176e (patch)
tree96814574d57b9c01cd07277ecce907127b55bd56 /dev-haskell/http-client-conduit
parentVersion bump. (diff)
downloadgentoo-2-23ebce11b4afcd4bc1b76d963a54c85f22e4176e.tar.gz
gentoo-2-23ebce11b4afcd4bc1b76d963a54c85f22e4176e.tar.bz2
gentoo-2-23ebce11b4afcd4bc1b76d963a54c85f22e4176e.zip
Bump http-client-conduit to 0.3.0
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/http-client-conduit')
-rw-r--r--dev-haskell/http-client-conduit/ChangeLog8
-rw-r--r--dev-haskell/http-client-conduit/http-client-conduit-0.3.0.ebuild26
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-haskell/http-client-conduit/ChangeLog b/dev-haskell/http-client-conduit/ChangeLog
index 530ce9b698ed..71a203d39522 100644
--- a/dev-haskell/http-client-conduit/ChangeLog
+++ b/dev-haskell/http-client-conduit/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/http-client-conduit
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-client-conduit/ChangeLog,v 1.2 2014/03/09 12:46:23 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-client-conduit/ChangeLog,v 1.3 2014/07/02 10:40:36 gienah Exp $
+
+*http-client-conduit-0.3.0 (02 Jul 2014)
+
+ 02 Jul 2014; Mark Wright <gienah@gentoo.org>
+ +http-client-conduit-0.3.0.ebuild:
+ Bump http-client-conduit to 0.3.0
*http-client-conduit-0.2.0.1 (09 Mar 2014)
diff --git a/dev-haskell/http-client-conduit/http-client-conduit-0.3.0.ebuild b/dev-haskell/http-client-conduit/http-client-conduit-0.3.0.ebuild
new file mode 100644
index 000000000000..161ac88fa3d0
--- /dev/null
+++ b/dev-haskell/http-client-conduit/http-client-conduit-0.3.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-client-conduit/http-client-conduit-0.3.0.ebuild,v 1.1 2014/07/02 10:40:36 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.9999
+
+CABAL_FEATURES="lib profile" # haddock hoogle hscolour" no files
+inherit haskell-cabal
+
+DESCRIPTION="Frontend support for using http-client with conduit (deprecated)"
+HOMEPAGE="https://github.com/snoyberg/http-client"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/http-client-0.3:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+"