diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:35:41 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:18:06 +0000 |
commit | cd46b83ae313f9428dfe4a5f352505e8dbac6270 (patch) | |
tree | 01c21747117e18f361c500b4f4f91d83b7671059 /dev-haskell/microlens-th | |
parent | dev-haskell/microlens-mtl: Stabilize for amd64 (diff) | |
download | gentoo-cd46b83ae313f9428dfe4a5f352505e8dbac6270.tar.gz gentoo-cd46b83ae313f9428dfe4a5f352505e8dbac6270.tar.bz2 gentoo-cd46b83ae313f9428dfe4a5f352505e8dbac6270.zip |
dev-haskell/microlens-th: 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/microlens-th')
-rw-r--r-- | dev-haskell/microlens-th/microlens-th-0.4.3.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/microlens-th/microlens-th-0.4.3.10.ebuild b/dev-haskell/microlens-th/microlens-th-0.4.3.10.ebuild index f97a011ab1a3..990d772f9edd 100644 --- a/dev-haskell/microlens-th/microlens-th-0.4.3.10.ebuild +++ b/dev-haskell/microlens-th/microlens-th-0.4.3.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="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" RDEPEND=">=dev-haskell/microlens-0.4.0:=[profile?] <dev-haskell/microlens-0.5:=[profile?] >=dev-haskell/th-abstraction-0.4.1:=[profile?] <dev-haskell/th-abstraction-0.5:=[profile?] |