diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-10-23 08:35:49 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-10-23 08:35:49 +0100 |
commit | 386855c4d1ef509c1fd32abd721589c81669613b (patch) | |
tree | 35dc984118f0a7dc2df88313d83bb5779fd12514 /dev-haskell/quickcheck-unicode | |
parent | 0118ac4510d7b85ca62da20e4abd1286dd8bd752 (diff) |
gentoo auto-resync : 23:10:2023 - 08:35:49
Diffstat (limited to 'dev-haskell/quickcheck-unicode')
-rw-r--r-- | dev-haskell/quickcheck-unicode/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/quickcheck-unicode/metadata.xml | 12 | ||||
-rw-r--r-- | dev-haskell/quickcheck-unicode/quickcheck-unicode-1.0.1.0.ebuild | 23 |
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-haskell/quickcheck-unicode/Manifest b/dev-haskell/quickcheck-unicode/Manifest new file mode 100644 index 000000000000..213dbac12885 --- /dev/null +++ b/dev-haskell/quickcheck-unicode/Manifest @@ -0,0 +1,3 @@ +DIST quickcheck-unicode-1.0.1.0.tar.gz 3216 BLAKE2B 29a0736759a4b17b7623a14ffc13048fd7d516275918ce61d6fa5c546999b24f2a763bd4b91993f3609c32a16558f38c24c019ff13a8120982e1c02e42bee83a SHA512 4762d9cdf7624e28586ed18ad05f273b600bf664cb3f3f76d9e33dd217181f49f5835ac6276da8d5302dbf89fe65cec4e9d3c1e57dfc457ee3b3748467672c15 +EBUILD quickcheck-unicode-1.0.1.0.ebuild 574 BLAKE2B 71485892a289f7cea9f15bbb9017e149568d3266529d22ba61bc4aa3a8d904c16edb1a3f65b150c9a8bf12c2fbd2c773f4a522400893b2101eab338c09616a82 SHA512 1dab7cbb641456b71750ef7993a9322e588d640ff7c8133bbd96a1bfcd372e0aab4aa76f740ad4216b996276ab74334e2fcf811d8bffccc8dda2a13c125c03fa +MISC metadata.xml 396 BLAKE2B 8caac8fdea06299c1709dd82371ced9d44304ad31b3e58f7c447864498eb41f2206313c745f27bf7f14b288a4ef8afd45ac790047e125ac80aa73719de10944d SHA512 d59ad68895469054fd4a071b06c1fc1b6c3adedb140798378005ffe840c28ee206b27848264ef9d7f341ec4a546904555542b66709ee26149cce62d122f8edc1 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 +" |