dev-haskell/wai-cors: new package, add 0.2.7

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap 2023-10-02 23:05:41 -06:00 committed by Sam James
parent a8d8ea1769
commit 2193e2471a
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
3 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST wai-cors-0.2.7.tar.gz 16248 BLAKE2B 636eb9bb17224608924f8f9d33db7f74b62e243b7d591d81a1c93e63e30173408fcf8fa3828bb8919446e818815d8172a51ddf370375710364f3a478c2c85e20 SHA512 77a9e3cb457136a05c2b104ac331af17d70edf8d985689c962d3e6cc0981c6752eff59ef18301c0ba98c6d4256909c44afe50bedb0f3dd741b6879564516cea7

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<upstream>
<remote-id type="hackage">wai-cors</remote-id>
<remote-id type="github">larskuhtz/wai-cors</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,37 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.8.4.0.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="CORS for WAI"
HOMEPAGE="https://github.com/larskuhtz/wai-cors"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RESTRICT=test # one test fails
RDEPEND=">=dev-haskell/attoparsec-0.10.4.0:=[profile?]
>=dev-haskell/base-unicode-symbols-0.2.2.3:=[profile?]
>=dev-haskell/case-insensitive-1.0.0.1:=[profile?]
>=dev-haskell/http-types-0.8.0:=[profile?]
>=dev-haskell/wai-3.0:=[profile?]
>=dev-lang/ghc-8.10.6:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.2.1.0
test? ( >=dev-haskell/network-2.6
>=dev-haskell/tasty-0.11
>=dev-haskell/tasty-hunit-0.9
>=dev-haskell/text-1.2
>=dev-haskell/wai-extra-3.0
>=dev-haskell/wai-websockets-3.0.1
>=dev-haskell/warp-3.0
>=dev-haskell/websockets-0.10 )
"