diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:31:07 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:15:48 +0000 |
commit | ea637a742cb9b4a98129d544340b3a6dd8ef89af (patch) | |
tree | 3df895ccbde96ee63eea5ce3ee7136d355b0873f /dev-haskell/extra | |
parent | dev-haskell/extensible-exceptions: Stabilize for amd64 (diff) | |
download | gentoo-ea637a742cb9b4a98129d544340b3a6dd8ef89af.tar.gz gentoo-ea637a742cb9b4a98129d544340b3a6dd8ef89af.tar.bz2 gentoo-ea637a742cb9b4a98129d544340b3a6dd8ef89af.zip |
dev-haskell/extra: 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/extra')
-rw-r--r-- | dev-haskell/extra/extra-1.7.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/extra/extra-1.7.10.ebuild b/dev-haskell/extra/extra-1.7.10.ebuild index 6f8e4443fa9d..e2ee648bf59f 100644 --- a/dev-haskell/extra/extra-1.7.10.ebuild +++ b/dev-haskell/extra/extra-1.7.10.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 @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="2/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" RDEPEND=">=dev-haskell/clock-0.7:=[profile?] >=dev-lang/ghc-8.4.3:= |