summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatoro <matoro@users.noreply.github.com>2022-07-30 18:04:42 -0400
committerSam James <sam@gentoo.org>2022-07-31 05:10:16 +0100
commit172485ebcebed831032c23c3fe9907c18f8a2d9c (patch)
treefb665565cb11155fbcbcb7726d1afed6bce92563 /dev-haskell/conduit
parentdev-haskell/uniplate: drop 1.6.12 (diff)
downloadgentoo-172485ebcebed831032c23c3fe9907c18f8a2d9c.tar.gz
gentoo-172485ebcebed831032c23c3fe9907c18f8a2d9c.tar.bz2
gentoo-172485ebcebed831032c23c3fe9907c18f8a2d9c.zip
dev-haskell/conduit: drop 1.3.4
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/conduit')
-rw-r--r--dev-haskell/conduit/Manifest1
-rw-r--r--dev-haskell/conduit/conduit-1.3.4.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/dev-haskell/conduit/Manifest b/dev-haskell/conduit/Manifest
index 4e2ae48ef0bc..3ffc1c287e0c 100644
--- a/dev-haskell/conduit/Manifest
+++ b/dev-haskell/conduit/Manifest
@@ -1,2 +1 @@
DIST conduit-1.3.4.2.tar.gz 88962 BLAKE2B 0c4ade4df87c8ace3206e7d4f6b52ae472828f0ad67d5cf970797054f4423c86256c50fdd20f4a7d215b0f1b5ac424ce9431927732c17b1c7c73fd98707e9cfd SHA512 8caf67020e33ddaadc5f05ad3f1aa38d436388f0cb3dac66cb9a645c1693bcd134f1cb8d311eca7b64f9c5ace9ca97681511e5dc28bb70b7b52c43c62d5f3e03
-DIST conduit-1.3.4.tar.gz 88861 BLAKE2B 79821013c6177ed2d555c6ad0c42a694f927c069b11c637c881d3cbcdf99c6ed8238bb8fd2d846fe1e89199dd7a35a4d75ddbb7e4c44ac2edb5314e9062229e7 SHA512 a70f41f45b9014fcd4155167114e0c42b98f33ffe5111ecfe12f3d7f579fcfe82b76e27c16670538f71883bb10af159a2e56eee322e0a1f1cf79bbf862db7611
diff --git a/dev-haskell/conduit/conduit-1.3.4.ebuild b/dev-haskell/conduit/conduit-1.3.4.ebuild
deleted file mode 100644
index be3bc3632468..000000000000
--- a/dev-haskell/conduit/conduit-1.3.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Streaming data processing library"
-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/exceptions:=[profile?]
- >=dev-haskell/mono-traversable-1.0.7:=[profile?]
- dev-haskell/mtl:=[profile?]
- dev-haskell/primitive:=[profile?]
- >=dev-haskell/resourcet-1.2:=[profile?] <dev-haskell/resourcet-1.3:=[profile?]
- dev-haskell/text:=[profile?]
- dev-haskell/unliftio-core:=[profile?]
- dev-haskell/vector:=[profile?]
- >=dev-lang/ghc-8.0.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.24.0.0
- test? ( >=dev-haskell/exceptions-0.6
- >=dev-haskell/hspec-1.3
- >=dev-haskell/quickcheck-2.7
- dev-haskell/safe
- dev-haskell/silently
- >=dev-haskell/split-0.2.0.0
- >=dev-haskell/unliftio-0.2.4.0 )
-"