summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-10-02 23:06:07 -0600
committerSam James <sam@gentoo.org>2023-10-23 04:09:14 +0100
commitf1d680498b85f8814c9411d1f01f6e1f8ff179b5 (patch)
treea9b28de3ba0f251561f4954a61770a8c088dd6fb /dev-haskell/quickcheck-unicode
parentdev-haskell/attoparsec-iso8601: add 1.1.0.0-r1 (diff)
downloadgentoo-f1d680498b85f8814c9411d1f01f6e1f8ff179b5.tar.gz
gentoo-f1d680498b85f8814c9411d1f01f6e1f8ff179b5.tar.bz2
gentoo-f1d680498b85f8814c9411d1f01f6e1f8ff179b5.zip
dev-haskell/quickcheck-unicode: new package, add 1.0.1.0
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/quickcheck-unicode')
-rw-r--r--dev-haskell/quickcheck-unicode/Manifest1
-rw-r--r--dev-haskell/quickcheck-unicode/metadata.xml12
-rw-r--r--dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.1.0.ebuild23
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-haskell/quickcheck-unicode/Manifest b/dev-haskell/quickcheck-unicode/Manifest
new file mode 100644
index 000000000000..afefe6541d27
--- /dev/null
+++ b/dev-haskell/quickcheck-unicode/Manifest
@@ -0,0 +1 @@
+DIST quickcheck-unicode-1.0.1.0.tar.gz 3216 BLAKE2B 29a0736759a4b17b7623a14ffc13048fd7d516275918ce61d6fa5c546999b24f2a763bd4b91993f3609c32a16558f38c24c019ff13a8120982e1c02e42bee83a SHA512 4762d9cdf7624e28586ed18ad05f273b600bf664cb3f3f76d9e33dd217181f49f5835ac6276da8d5302dbf89fe65cec4e9d3c1e57dfc457ee3b3748467672c15
diff --git a/dev-haskell/quickcheck-unicode/metadata.xml b/dev-haskell/quickcheck-unicode/metadata.xml
new file mode 100644
index 000000000000..0efb136df64e
--- /dev/null
+++ b/dev-haskell/quickcheck-unicode/metadata.xml
@@ -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">quickcheck-unicode</remote-id>
+ <remote-id type="github">bos/quickcheck-unicode</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.1.0.ebuild b/dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.1.0.ebuild
new file mode 100644
index 000000000000..ce958f28633a
--- /dev/null
+++ b/dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.1.0.ebuild
@@ -0,0 +1,23 @@
+# 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"
+inherit haskell-cabal
+
+DESCRIPTION="Generator and shrink functions for testing Unicode-related software"
+HOMEPAGE="https://github.com/bos/quickcheck-unicode"
+
+LICENSE="BSD-2"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND=">=dev-haskell/quickcheck-2.7:2=[profile?]
+ >=dev-lang/ghc-8.10.6:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-3.2.1.0
+"