summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-10-18 11:20:56 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-10-18 11:20:56 +0100
commit951a3dc652eba0435747a2b98f71c4928ae4fcd0 (patch)
tree053675d7ef2271eb4371cf1377d34ce1db340ad1 /dev-haskell/http-common
parentdev-haskell/http-client-multipart: update to EAPI=7 (diff)
downloadgentoo-951a3dc652eba0435747a2b98f71c4928ae4fcd0.tar.gz
gentoo-951a3dc652eba0435747a2b98f71c4928ae4fcd0.tar.bz2
gentoo-951a3dc652eba0435747a2b98f71c4928ae4fcd0.zip
dev-haskell/http-common: bump up to 0.8.2.1
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/http-common')
-rw-r--r--dev-haskell/http-common/Manifest1
-rw-r--r--dev-haskell/http-common/http-common-0.8.2.1.ebuild31
-rw-r--r--dev-haskell/http-common/metadata.xml8
3 files changed, 32 insertions, 8 deletions
diff --git a/dev-haskell/http-common/Manifest b/dev-haskell/http-common/Manifest
index a9b92b79de0c..26d0ec96cf3d 100644
--- a/dev-haskell/http-common/Manifest
+++ b/dev-haskell/http-common/Manifest
@@ -1 +1,2 @@
DIST http-common-0.8.2.0.tar.gz 9473 BLAKE2B 7c37f7b605f3014d15d7b89250ecad915acb79ee1c246f3410b2c206189a64fd29a6adfc1b57c05f3a10cf22b8edebf899cea71e37b5ffdeac1702be615644a6 SHA512 e02e9b08235483220856ed1cacebea1910ec41451d7ec68b86a2193f5c050f74ef3747a4a2c35c560795727d9f62ee6485cfd1ed5597fb7645ce6339f969851a
+DIST http-common-0.8.2.1.tar.gz 9413 BLAKE2B 0e79e29f277902ac188ff2ba962f9bd3ad99d21f70a9f9f9e6ad5951d9af353110dd1a7519f77d0fb593aa965cdfd08be8abc01b27ce9fcc82e37a696dc790ca SHA512 da165d118575f1958c300c2b389b28cd4e0d720be79e776b5e72444b30b7b0369f336d44283d8b71c7758c1405e64a13e5591971da2e6b29cf7786233f2e04dc
diff --git a/dev-haskell/http-common/http-common-0.8.2.1.ebuild b/dev-haskell/http-common/http-common-0.8.2.1.ebuild
new file mode 100644
index 000000000000..e0fe46eedcb0
--- /dev/null
+++ b/dev-haskell/http-common/http-common-0.8.2.1.ebuild
@@ -0,0 +1,31 @@
+# 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"
+inherit haskell-cabal
+
+DESCRIPTION="Common types for HTTP clients and servers"
+HOMEPAGE="https://github.com/istathar/http-common"
+SRC_URI="https://hackage.haskell.org/package/${P}/${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/unordered-containers:=[profile?]
+ >=dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.24
+"
diff --git a/dev-haskell/http-common/metadata.xml b/dev-haskell/http-common/metadata.xml
index 9b125c84e713..b7878815d80d 100644
--- a/dev-haskell/http-common/metadata.xml
+++ b/dev-haskell/http-common/metadata.xml
@@ -5,12 +5,4 @@
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
- <longdescription>
- /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.
- </longdescription>
</pkgmetadata>