summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Todaro <solpeth@posteo.org>2020-07-30 11:27:49 +1000
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-01 09:02:34 +0100
commit6c35aa076fa37bcde99227a7f3a5e76766bbab50 (patch)
treee5f1cb7a1b4d42f564a48abf5f78a17860639ade /dev-haskell/http-types/http-types-0.12.3.ebuild
parentdev-haskell/hpack: bump up to 0.33.0 (diff)
downloadgentoo-6c35aa076fa37bcde99227a7f3a5e76766bbab50.tar.gz
gentoo-6c35aa076fa37bcde99227a7f3a5e76766bbab50.tar.bz2
gentoo-6c35aa076fa37bcde99227a7f3a5e76766bbab50.zip
dev-haskell/http-types: bump up to 0.12.3
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/http-types/http-types-0.12.3.ebuild')
-rw-r--r--dev-haskell/http-types/http-types-0.12.3.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-haskell/http-types/http-types-0.12.3.ebuild b/dev-haskell/http-types/http-types-0.12.3.ebuild
new file mode 100644
index 000000000000..91be0dd4f5f2
--- /dev/null
+++ b/dev-haskell/http-types/http-types-0.12.3.ebuild
@@ -0,0 +1,30 @@
+# 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="Generic HTTP types for Haskell (for both client and server code)"
+HOMEPAGE="https://github.com/aristidb/http-types"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/case-insensitive-0.2:=[profile?] <dev-haskell/case-insensitive-1.3:=[profile?]
+ >=dev-haskell/text-0.11.0.2:=[profile?]
+ >=dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.18.1.3
+ test? ( >=dev-haskell/doctest-0.9.3
+ >=dev-haskell/hspec-1.3
+ dev-haskell/quickcheck
+ dev-haskell/quickcheck-instances )
+"