diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-03 11:45:22 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-03 14:36:34 +0100 |
commit | 123cd50a7d525d463f68100a45e72e6a504cac6f (patch) | |
tree | 28c04ee3c8b170d7455514ae9f96e1f0df6199f3 /dev-haskell/http-client-conduit | |
parent | dev-haskell/http-client-tls: drop old (diff) | |
download | gentoo-123cd50a7d525d463f68100a45e72e6a504cac6f.tar.gz gentoo-123cd50a7d525d463f68100a45e72e6a504cac6f.tar.bz2 gentoo-123cd50a7d525d463f68100a45e72e6a504cac6f.zip |
dev-haskell/http-client-conduit: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/http-client-conduit')
-rw-r--r-- | dev-haskell/http-client-conduit/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/http-client-conduit/http-client-conduit-0.2.0.0.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-haskell/http-client-conduit/Manifest b/dev-haskell/http-client-conduit/Manifest index a3cefb7d90ba..956cd8dcd56c 100644 --- a/dev-haskell/http-client-conduit/Manifest +++ b/dev-haskell/http-client-conduit/Manifest @@ -1,3 +1,2 @@ -DIST http-client-conduit-0.2.0.0.tar.gz 2098 SHA256 3ec0c89fc75d617ab3af17b77e5294fdac4b5c2cc7fc6c0b0ad1e1a26b3d64dd SHA512 e253a690379151fcb1b379eadc17969f1e28a67f9284d7b02ce396fca4abe4de5fd51ab041a8676742440583a1293a6498fd90a8a9d78b2e309e901e95d0382d WHIRLPOOL edea174f7db17512f1d362c718ac893767c01757aa509565e9100c6ea92fb4e6fcdc0b1ac24a8d513ecc7907a908106accb407ef995106635027e1857809fdbd DIST http-client-conduit-0.2.0.1.tar.gz 2104 SHA256 c54ac328bbc5583acaf36d073d9ab122f9e24db708bb2863ba75c303fbdcc93b SHA512 1fd691f613cf874ea6f596a1d178bee034aef48923d8665b33cb7519d49034c56198a1b98786f3b65e9b5fce36d7bea8e76bafd696c52f01a240da29a06696ab WHIRLPOOL a84c5465d3a3a19b5e20be1aff4d0920e216495c15beb7abe05d8658375269fd01c48c2d53b9f0570f000b6f625e30a8ca8c4f4eb81aa2e1397c718defbaf5a9 DIST http-client-conduit-0.3.0.tar.gz 1176 SHA256 2934dd952999bdb87a0c1ccabfdaf985db82a12227cbaf358373b9797cc25b4c SHA512 c6d3a2ee7d2b3efca346835d226421bf18443d7248d743b0467b32a9697d845697267a5fa9ee5a7bdf2c6918c60f4f6897f3df109b9337ab3967b3b9ef2528fe WHIRLPOOL def62f2b4f7436d453105da215f243d2667e7b9fff6e688b8cb1557ea398365e4b8364445245fe6d4cb2f6e3a092a26d12c4b32623382e37a49ebe189c751d4b diff --git a/dev-haskell/http-client-conduit/http-client-conduit-0.2.0.0.ebuild b/dev-haskell/http-client-conduit/http-client-conduit-0.2.0.0.ebuild deleted file mode 100644 index c4b27b6950a3..000000000000 --- a/dev-haskell/http-client-conduit/http-client-conduit-0.2.0.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# ebuild generated by hackport 0.3.5.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Frontend support for using http-client with conduit" -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/conduit:=[profile?] - >=dev-haskell/http-client-0.2:=[profile?] - dev-haskell/resourcet:=[profile?] - dev-haskell/transformers:=[profile?] - >=dev-lang/ghc-6.10.4:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.10 -" |