commit: 3a87ba3422ee9f3a71377eea3b05a8b53dacc50b Author: Mark Wright <gienah <AT> gentoo <DOT> org> AuthorDate: Sun Jan 11 10:11:37 2026 +0000 Commit: Mark Wright <gienah <AT> gentoo <DOT> org> CommitDate: Sun Jan 11 12:19:10 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a87ba34
dev-haskell/inspection-testing: Add for dev-haskell/vector Signed-off-by: Mark Wright <gienah <AT> gentoo.org> dev-haskell/inspection-testing/Manifest | 1 + .../inspection-testing-0.6.ebuild | 30 ++++++++++++++++++++++ dev-haskell/inspection-testing/metadata.xml | 12 +++++++++ 3 files changed, 43 insertions(+) diff --git a/dev-haskell/inspection-testing/Manifest b/dev-haskell/inspection-testing/Manifest new file mode 100644 index 000000000000..143b90d2ce41 --- /dev/null +++ b/dev-haskell/inspection-testing/Manifest @@ -0,0 +1 @@ +DIST inspection-testing-0.6.tar.gz 25356 BLAKE2B 07e1a5ae5bc0852cdbeaf41bcca98021e3d848e6d097512d360ba9896f534485960907bc9080ecde2f9b1a682cdab1e13b9a34e212167e0814212cf957e42ef3 SHA512 23b0c16aff48382ad818e30e53ab3c8c4e2cf5c8b5d269ad2981bc24e8e692d28c59a8569e8dcbff661bc1b3fc2f7d95ff64bc541be51cfe2c80a3054970a83c diff --git a/dev-haskell/inspection-testing/inspection-testing-0.6.ebuild b/dev-haskell/inspection-testing/inspection-testing-0.6.ebuild new file mode 100644 index 000000000000..a3a36c3f4b93 --- /dev/null +++ b/dev-haskell/inspection-testing/inspection-testing-0.6.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.9.0.0.9999 +#hackport: flags: -more-tests,-old-text-tests + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="GHC plugin to do inspection testing" +HOMEPAGE="https://github.com/nomeata/inspection-testing" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=">=dev-lang/ghc-8.0.2:=[profile?] <dev-lang/ghc-9.13:=[profile?] + >=dev-lang/ghc-9.0.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.4.1.0 +" + +src_configure() { + haskell-cabal_src_configure \ + --flag=-more-tests \ + --flag=-old-text-tests +} diff --git a/dev-haskell/inspection-testing/metadata.xml b/dev-haskell/inspection-testing/metadata.xml new file mode 100644 index 000000000000..0f2b2cb8603a --- /dev/null +++ b/dev-haskell/inspection-testing/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>[email protected]</email> + <name>Gentoo Haskell</name> + </maintainer> + <upstream> + <remote-id type="hackage">inspection-testing</remote-id> + <remote-id type="github">nomeata/inspection-testing</remote-id> + </upstream> +</pkgmetadata>
