diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:38:16 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:19:28 +0000 |
commit | 1192b21b6e30f4c14dc1ef70de0bd5c3a92fb3eb (patch) | |
tree | be79890147d7b02432a7e4a75663964bdc860895 /dev-haskell/quickcheck-classes-base | |
parent | dev-haskell/quickcheck-classes: Stabilize for amd64 (diff) | |
download | gentoo-1192b21b6e30f4c14dc1ef70de0bd5c3a92fb3eb.tar.gz gentoo-1192b21b6e30f4c14dc1ef70de0bd5c3a92fb3eb.tar.bz2 gentoo-1192b21b6e30f4c14dc1ef70de0bd5c3a92fb3eb.zip |
dev-haskell/quickcheck-classes-base: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/quickcheck-classes-base')
-rw-r--r-- | dev-haskell/quickcheck-classes-base/quickcheck-classes-base-0.6.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/quickcheck-classes-base/quickcheck-classes-base-0.6.2.0.ebuild b/dev-haskell/quickcheck-classes-base/quickcheck-classes-base-0.6.2.0.ebuild index 4ea4895363b1..752023779d8e 100644 --- a/dev-haskell/quickcheck-classes-base/quickcheck-classes-base-0.6.2.0.ebuild +++ b/dev-haskell/quickcheck-classes-base/quickcheck-classes-base-0.6.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="+binary-laws +unary-laws" RDEPEND="dev-haskell/contravariant:=[profile?] |