diff options
author | Jack Todaro <solpeth@posteo.org> | 2020-07-30 09:03:55 +1000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-01 09:01:13 +0100 |
commit | ca43e942685c4021752ceaef3afc3373d89a2124 (patch) | |
tree | 8d40b59aba512dff182d6ed7b2a00d8a07065fb2 /dev-haskell/conduit-extra | |
parent | dev-haskell/typed-process: add package (diff) | |
download | gentoo-ca43e942685c4021752ceaef3afc3373d89a2124.tar.gz gentoo-ca43e942685c4021752ceaef3afc3373d89a2124.tar.bz2 gentoo-ca43e942685c4021752ceaef3afc3373d89a2124.zip |
dev-haskell/conduit-extra: bump up to 1.3.4
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/conduit-extra')
-rw-r--r-- | dev-haskell/conduit-extra/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/conduit-extra/conduit-extra-1.3.4.ebuild | 42 |
2 files changed, 43 insertions, 0 deletions
diff --git a/dev-haskell/conduit-extra/Manifest b/dev-haskell/conduit-extra/Manifest index e098c131147a..3c20b1200f3c 100644 --- a/dev-haskell/conduit-extra/Manifest +++ b/dev-haskell/conduit-extra/Manifest @@ -2,3 +2,4 @@ DIST conduit-extra-1.1.13.1.tar.gz 33455 BLAKE2B 3a0dbdd2214f955f54daecf14a0d81b DIST conduit-extra-1.1.15.tar.gz 34666 BLAKE2B ba81aa05990a2f67de1c8d8ff9311a012e0f300f97134e8d48ff64fb22e4d7c14644bb0897f3c7e43c73d7864c5209ac885b9b78ff5f5c0acd3e435f17683e31 SHA512 cdf47414e362950d6361a26cb584dbab9648572fa801e2444c5a76723f5f166c3c9d701282c8da06b2db462aa15e195feaed0bc154689bc93a237c1ec21f6cd5 DIST conduit-extra-1.1.9.1.tar.gz 29571 BLAKE2B 1113b5bcd419a4f11f061dbbb6b21c985ccd647642a7ababb75bbab953fe1ec569eeabc57a79e310c77360f8eff4d29fce01a2480bfe53af62cdf43f2890bb50 SHA512 3e35c303fb9696f99af99db6ada5e59dcde09e0ce3d3559aed2b3354dab1a96d523b7976643239892316a709289e4943aea37152a2935c6c256b24e5b73dc716 DIST conduit-extra-1.1.9.2.tar.gz 29576 BLAKE2B d16bde0c19cf14bd190875fd3a43fe18551f3f101e1f1c8546f88ec29c686dbfb0d6c81fdfa919f505555ff86a1fa0a1522ce40a73f6c402b81003054ae24799 SHA512 ddc8e99c3b939704421d464c928d8fc2a591cdb4e44942cebb670d5c3e9a4d96fa03c227a1acfd227560d45d3eead7ff6cadde54ec8e78324eb86a861fbb8576 +DIST conduit-extra-1.3.4.tar.gz 33170 BLAKE2B 27d9adc403be4479e06c47737e9770ffa63fa306278ca20374e7fde8005a70553df28a4959bca0148c4607a0317fddcbde693bd1b0a11c45ea1b58f086a66876 SHA512 cd5d6d754871ba9558f495074066cff0d116d71af71a6260c9cfe53244a03513813f93ed985af25c6eb7849f1d4dbb4f6b9a17140c2bf12236206b9e9925efee diff --git a/dev-haskell/conduit-extra/conduit-extra-1.3.4.ebuild b/dev-haskell/conduit-extra/conduit-extra-1.3.4.ebuild new file mode 100644 index 000000000000..cc3b589f4212 --- /dev/null +++ b/dev-haskell/conduit-extra/conduit-extra-1.3.4.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.1 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Batteries included conduit: adapters for common libraries" +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="" + +RESTRICT=test # requires network + +RDEPEND="dev-haskell/async:=[profile?] + >=dev-haskell/attoparsec-0.10:=[profile?] + >=dev-haskell/conduit-1.3:=[profile?] <dev-haskell/conduit-1.4:=[profile?] + >=dev-haskell/network-2.3:=[profile?] + >=dev-haskell/primitive-0.5:=[profile?] + >=dev-haskell/resourcet-1.1:=[profile?] + dev-haskell/stm:=[profile?] + >=dev-haskell/streaming-commons-0.1.16:=[profile?] + dev-haskell/text:=[profile?] + >=dev-haskell/typed-process-0.2.6:=[profile?] + dev-haskell/unliftio-core:=[profile?] + >=dev-lang/ghc-8.0.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.24.0.0 + test? ( dev-haskell/bytestring-builder + dev-haskell/exceptions + >=dev-haskell/hspec-1.3 + dev-haskell/quickcheck + dev-haskell/transformers-base ) +" |