diff options
author | 2020-09-09 08:07:54 +0100 | |
---|---|---|
committer | 2020-09-09 08:09:38 +0100 | |
commit | e27826264d50d4e2e50195550f1a0b2cc182e923 (patch) | |
tree | a0c575ab2746531d36f4d5e5103902beccc35851 /dev-haskell/attoparsec-conduit | |
parent | dev-haskell/attoparsec: drop old (diff) | |
download | gentoo-e27826264d50d4e2e50195550f1a0b2cc182e923.tar.gz gentoo-e27826264d50d4e2e50195550f1a0b2cc182e923.tar.bz2 gentoo-e27826264d50d4e2e50195550f1a0b2cc182e923.zip |
dev-haskell/attoparsec-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/attoparsec-conduit')
-rw-r--r-- | dev-haskell/attoparsec-conduit/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/attoparsec-conduit/attoparsec-conduit-1.0.1.2.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-haskell/attoparsec-conduit/Manifest b/dev-haskell/attoparsec-conduit/Manifest index 608a15227f44..5c47d543bbd3 100644 --- a/dev-haskell/attoparsec-conduit/Manifest +++ b/dev-haskell/attoparsec-conduit/Manifest @@ -1,2 +1 @@ -DIST attoparsec-conduit-1.0.1.2.tar.gz 4361 BLAKE2B f183c01074752963a9b1089cf877ecdb1e37fbcc420205e944b26c0f1927e785545f72887269f912f55ee8e74bbade607b318a89b3bac7b8d4cabc924969824c SHA512 25707a2ec55ce8da553cea00cc8b89866ada472cedfb21b4e37d477d9d405dc7b640dfc01b32878c71de886cf67c68b27c94e4911ec23850a55f648fcb1aabd7 DIST attoparsec-conduit-1.1.0.tar.gz 1210 BLAKE2B b2a02358ff9516971d1abcca57c3c6e2eb9b83f83af3bbd9ed3b89af4977329fbf7dc9b776cef7383715d7911cfde0df41601aff07d50160c1bb3b463f3eedb6 SHA512 7a883b25cc1bfed03a35593927d51dba920fca8d29e610adb7a409807867241847583f68550cc1344a2e333639a703db860ac6c8f6e19f36595a9001e9334472 diff --git a/dev-haskell/attoparsec-conduit/attoparsec-conduit-1.0.1.2.ebuild b/dev-haskell/attoparsec-conduit/attoparsec-conduit-1.0.1.2.ebuild deleted file mode 100644 index 6926e9445ee6..000000000000 --- a/dev-haskell/attoparsec-conduit/attoparsec-conduit-1.0.1.2.ebuild +++ /dev/null @@ -1,30 +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="Consume attoparsec parsers via conduit" -HOMEPAGE="https://github.com/snoyberg/conduit" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/attoparsec-0.10:=[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/resourcet - )" |