summaryrefslogtreecommitdiff
path: root/dev-haskell/cookie/cookie-0.4.5.ebuild
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-10-02 23:06:50 -0600
committerSam James <sam@gentoo.org>2023-10-23 04:09:24 +0100
commit7b224a4004de3af9174528d0d362444e2e555162 (patch)
tree3ef6464b63f0ee7508e7f8e57e88e03a25054d1b /dev-haskell/cookie/cookie-0.4.5.ebuild
parent206f719708131260dd94af24f29586036be12264 (diff)
downloadgentoo-7b224a4004de3af9174528d0d362444e2e555162.tar.gz
gentoo-7b224a4004de3af9174528d0d362444e2e555162.tar.bz2
gentoo-7b224a4004de3af9174528d0d362444e2e555162.zip
dev-haskell/cookie: add 0.4.5
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/cookie/cookie-0.4.5.ebuild')
-rw-r--r--dev-haskell/cookie/cookie-0.4.5.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-haskell/cookie/cookie-0.4.5.ebuild b/dev-haskell/cookie/cookie-0.4.5.ebuild
new file mode 100644
index 000000000000..f218a1b4554a
--- /dev/null
+++ b/dev-haskell/cookie/cookie-0.4.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.3
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="HTTP cookie parsing and rendering"
+HOMEPAGE="https://github.com/snoyberg/cookie"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/data-default-class:=[profile?]
+ >=dev-haskell/text-1.1:=[profile?]
+ >=dev-lang/ghc-7.10.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.22.2.0
+ test? ( dev-haskell/hunit
+ dev-haskell/quickcheck
+ dev-haskell/tasty
+ dev-haskell/tasty-hunit
+ dev-haskell/tasty-quickcheck )
+"