From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-haskell/http-common/Manifest | 3 ++ dev-haskell/http-common/http-common-0.8.2.0.ebuild | 32 ++++++++++++++++++++++ dev-haskell/http-common/metadata.xml | 16 +++++++++++ 3 files changed, 51 insertions(+) create mode 100644 dev-haskell/http-common/Manifest create mode 100644 dev-haskell/http-common/http-common-0.8.2.0.ebuild create mode 100644 dev-haskell/http-common/metadata.xml (limited to 'dev-haskell/http-common') diff --git a/dev-haskell/http-common/Manifest b/dev-haskell/http-common/Manifest new file mode 100644 index 000000000000..e753245997a1 --- /dev/null +++ b/dev-haskell/http-common/Manifest @@ -0,0 +1,3 @@ +DIST http-common-0.8.2.0.tar.gz 9473 BLAKE2B 7c37f7b605f3014d15d7b89250ecad915acb79ee1c246f3410b2c206189a64fd29a6adfc1b57c05f3a10cf22b8edebf899cea71e37b5ffdeac1702be615644a6 SHA512 e02e9b08235483220856ed1cacebea1910ec41451d7ec68b86a2193f5c050f74ef3747a4a2c35c560795727d9f62ee6485cfd1ed5597fb7645ce6339f969851a +EBUILD http-common-0.8.2.0.ebuild 859 BLAKE2B c88ef84af1a9be97155f5a00b465f95634dbabe8be98a9c5a9b1767a8acd8f60121d8bc6241785e614ec89ba8d347fb5e179e437f6d0c93330bd3907428eba79 SHA512 8baa8893b9bd881407b9b550b194fb166ab1735e981bc29b52e7fd97709983397c28ca250f0723e4dc1283abf5dd394a65b6cb436d1df1cc9bbc4b2edfb16b3f +MISC metadata.xml 599 BLAKE2B 8087c1a7abe5ba1ed5b23d87425dcb196fdb6f19658d9c0bf26f9446176dfba35702ed3d3bf151562363422819ddafb044fee82a370b9eb45078ffe0c8657b5b SHA512 4feaa9c2215dd5d320a3c4dcd520487c0d5df34b0a1a3cd1fc0b5a8bd9333f6c5fcdcae385f854c0baaa058f3ab88a0a844f670bd8d339285e41d5f89016217b diff --git a/dev-haskell/http-common/http-common-0.8.2.0.ebuild b/dev-haskell/http-common/http-common-0.8.2.0.ebuild new file mode 100644 index 000000000000..c8f33d0217ac --- /dev/null +++ b/dev-haskell/http-common/http-common-0.8.2.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +# ebuild generated by hackport 0.4.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Common types for HTTP clients and servers" +HOMEPAGE="https://hackage.haskell.org/package/http-common" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="dev-haskell/base64-bytestring:=[profile?] + dev-haskell/blaze-builder:=[profile?] + dev-haskell/case-insensitive:=[profile?] + dev-haskell/mtl:=[profile?] + dev-haskell/network:=[profile?] + dev-haskell/text:=[profile?] + dev-haskell/transformers:=[profile?] + dev-haskell/unordered-containers:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 +" diff --git a/dev-haskell/http-common/metadata.xml b/dev-haskell/http-common/metadata.xml new file mode 100644 index 000000000000..9b125c84e713 --- /dev/null +++ b/dev-haskell/http-common/metadata.xml @@ -0,0 +1,16 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + /Overview/ + + Base types used by a variety of HTTP clients and servers. See http-streams + "Network.Http.Client" or pipes-http "Pipes.Http.Client" for full + documentation. You can import @Network.Http.Types@ if you like, but both + http-streams and pipes-http re-export this package's types and functions. + + -- cgit v1.2.3