diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:42:15 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:21:19 +0000 |
commit | 9a4e9b4373607d0bcf20dc2cf125b1486689ea0d (patch) | |
tree | ad86745676f862a84b43ec0c060cdd01ec3d373c /dev-haskell/th-abstraction | |
parent | dev-haskell/tf-random: Stabilize for amd64 (diff) | |
download | gentoo-9a4e9b4373607d0bcf20dc2cf125b1486689ea0d.tar.gz gentoo-9a4e9b4373607d0bcf20dc2cf125b1486689ea0d.tar.bz2 gentoo-9a4e9b4373607d0bcf20dc2cf125b1486689ea0d.zip |
dev-haskell/th-abstraction: 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/th-abstraction')
-rw-r--r-- | dev-haskell/th-abstraction/th-abstraction-0.4.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/th-abstraction/th-abstraction-0.4.3.0.ebuild b/dev-haskell/th-abstraction/th-abstraction-0.4.3.0.ebuild index 1514455da7d2..c5d50fae96e8 100644 --- a/dev-haskell/th-abstraction/th-abstraction-0.4.3.0.ebuild +++ b/dev-haskell/th-abstraction/th-abstraction-0.4.3.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=8 @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/glguy/th-abstraction" LICENSE="ISC" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" RDEPEND=">=dev-lang/ghc-8.4.3:= " |