diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:42:23 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:21:22 +0000 |
commit | c23b90b04c9c1167e39d0e49491488dbd4f2833c (patch) | |
tree | aceca32e58c65af3c1edb7c0371559a93344af07 /dev-haskell/th-lift-instances | |
parent | dev-haskell/th-lift: Stabilize for amd64 (diff) | |
download | gentoo-c23b90b04c9c1167e39d0e49491488dbd4f2833c.tar.gz gentoo-c23b90b04c9c1167e39d0e49491488dbd4f2833c.tar.bz2 gentoo-c23b90b04c9c1167e39d0e49491488dbd4f2833c.zip |
dev-haskell/th-lift-instances: 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-lift-instances')
-rw-r--r-- | dev-haskell/th-lift-instances/th-lift-instances-0.1.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/th-lift-instances/th-lift-instances-0.1.19.ebuild b/dev-haskell/th-lift-instances/th-lift-instances-0.1.19.ebuild index ce787c5e8b4b..3decff11a531 100644 --- a/dev-haskell/th-lift-instances/th-lift-instances-0.1.19.ebuild +++ b/dev-haskell/th-lift-instances/th-lift-instances-0.1.19.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/text:=[profile?] >=dev-haskell/th-lift-0.8:=[profile?] |