diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 09:36:12 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 09:54:57 +0100 |
commit | b4063666bcc6795f2c12066c6d4b9696df030ef0 (patch) | |
tree | 3ac1f6606846aca6b369c6ffd3d56a0aaef691a4 /dev-haskell | |
parent | dev-haskell/wai-test: drop old (diff) | |
download | gentoo-b4063666bcc6795f2c12066c6d4b9696df030ef0.tar.gz gentoo-b4063666bcc6795f2c12066c6d4b9696df030ef0.tar.bz2 gentoo-b4063666bcc6795f2c12066c6d4b9696df030ef0.zip |
dev-haskell/blaze-builder-conduit: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/blaze-builder-conduit/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/blaze-builder-conduit/blaze-builder-conduit-1.0.0.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-haskell/blaze-builder-conduit/Manifest b/dev-haskell/blaze-builder-conduit/Manifest index 4012bd8dc149..72a107c9da58 100644 --- a/dev-haskell/blaze-builder-conduit/Manifest +++ b/dev-haskell/blaze-builder-conduit/Manifest @@ -1,2 +1 @@ -DIST blaze-builder-conduit-1.0.0.tar.gz 3952 BLAKE2B 2dbd150aff77aa7926944203e26bf1f2436f65f823e5df62e988109c66a009b44a50ba4d67aa2b5d1ab6fbff4ca58270545b44255a581d856472b163676efdea SHA512 3facc034c7e09c8b83bed7ca80582d5ca454ef31f0f0fe3847d7150f9f9307fc8fc6bb8c870eadaccabb739069e19aee6c0db202a2429faa8bab4b41d684e7aa DIST blaze-builder-conduit-1.1.0.tar.gz 1367 BLAKE2B f62b2a5d8dcabec2d9173eb2cdd0569821735624bc8dd9c14779f9a3e2a2c6222d9c95666daac3884aa2edb8b1f2324a8e097d513e48f8479761597d4be570ab SHA512 99a558801dd0bfec495648dc1a964ddf7a53d363c82ddde794bb98b6c3d12ca74edc7d79257cbf83d8802d0197c75c9e71e637de32e30b76600ce9475b0ad797 diff --git a/dev-haskell/blaze-builder-conduit/blaze-builder-conduit-1.0.0.ebuild b/dev-haskell/blaze-builder-conduit/blaze-builder-conduit-1.0.0.ebuild deleted file mode 100644 index 0ae0b62ba559..000000000000 --- a/dev-haskell/blaze-builder-conduit/blaze-builder-conduit-1.0.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.3.2.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Convert streams of builders to streams of bytestrings" -HOMEPAGE="https://github.com/snoyberg/conduit" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/blaze-builder-0.2.1.4:=[profile?] - <dev-haskell/blaze-builder-0.4:=[profile?] - =dev-haskell/conduit-1.0*:=[profile?] - >=dev-haskell/text-0.11:=[profile?] - >=dev-haskell/transformers-0.2.2:=[profile?] - <dev-haskell/transformers-0.4:=[profile?] - >=dev-lang/ghc-6.10.4:=" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - test? ( >=dev-haskell/hspec-1.3 - dev-haskell/quickcheck - )" |