diff options
author | 2020-08-04 11:13:01 +1000 | |
---|---|---|
committer | 2020-08-04 07:21:40 +0100 | |
commit | 05f19d6add9dc26657a30e12043b873270192df3 (patch) | |
tree | 953bb5d3450b88e5ac11693be5835dbd82516ccc /dev-haskell/io-streams-haproxy | |
parent | dev-haskell/snap-core: bump up to 1.0.4.2 (diff) | |
download | gentoo-05f19d6add9dc26657a30e12043b873270192df3.tar.gz gentoo-05f19d6add9dc26657a30e12043b873270192df3.tar.bz2 gentoo-05f19d6add9dc26657a30e12043b873270192df3.zip |
dev-haskell/io-streams-haproxy: bump up to 1.0.1.0
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/io-streams-haproxy')
-rw-r--r-- | dev-haskell/io-streams-haproxy/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/io-streams-haproxy/io-streams-haproxy-1.0.1.0-r1.ebuild | 40 |
2 files changed, 41 insertions, 0 deletions
diff --git a/dev-haskell/io-streams-haproxy/Manifest b/dev-haskell/io-streams-haproxy/Manifest index 89a4689cb24e..a0839b11d40b 100644 --- a/dev-haskell/io-streams-haproxy/Manifest +++ b/dev-haskell/io-streams-haproxy/Manifest @@ -1 +1,2 @@ DIST io-streams-haproxy-1.0.0.1.tar.gz 9892 BLAKE2B 0d96c42328bdc12a637b47f50cb9938abe658cebf075896c1e834850a4e9a97b2aa22f71977b5af6e9c080af4aead1febb7c56370df9b2a580557869e391cdb7 SHA512 03818b65765dd575bba5d9eaf508bac8251a34f64f861fb9d2b3029f8923b22e2eb5e835dd8de7c346682c26587d4f5b2086647713c6bd897ab888b81eb95fb1 +DIST io-streams-haproxy-1.0.1.0.tar.gz 10348 BLAKE2B 6c2268cacdfbe73561b8f753594fa39a4027ddf5d22696c7487e8b4c74c330627feec748789389f9f942c14412ecd030c80e779ef0031905d2fe681d7a1bff66 SHA512 6d9f2da6b014a9f2ee894237af56376b94616af1c1795681adac4bfd10edfb851cbe1a37295025c6ebf7e77fe7b5d2abba3557ac1a9ed594deabaee05151572a diff --git a/dev-haskell/io-streams-haproxy/io-streams-haproxy-1.0.1.0-r1.ebuild b/dev-haskell/io-streams-haproxy/io-streams-haproxy-1.0.1.0-r1.ebuild new file mode 100644 index 000000000000..c4dab9cf9893 --- /dev/null +++ b/dev-haskell/io-streams-haproxy/io-streams-haproxy-1.0.1.0-r1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="HAProxy protocol 1.5 support for io-streams" +HOMEPAGE="http://snapframework.com/" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT=test # two tests require network access + +RDEPEND=">=dev-haskell/attoparsec-0.7:=[profile?] <dev-haskell/attoparsec-0.14:=[profile?] + >=dev-haskell/io-streams-1.3:=[profile?] <dev-haskell/io-streams-1.6:=[profile?] + >=dev-haskell/network-2.3:=[profile?] <dev-haskell/network-3.2:=[profile?] + >=dev-lang/ghc-7.8.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.18.1.3 + test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-2 + >=dev-haskell/test-framework-0.8.0.3 <dev-haskell/test-framework-0.9 + >=dev-haskell/test-framework-hunit-0.2.7 <dev-haskell/test-framework-hunit-0.4 ) +" + +src_prepare() { + default + + cabal_chdeps \ + 'base >= 4.5 && < 4.13' 'base >= 4.5' \ + 'network >= 2.3 && < 3.1' 'network >= 2.3 && < 3.2' +} |