diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:43:26 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:21:43 +0000 |
commit | c7d0a90c31fb25d4ca7a4c2d36fdce47d672b571 (patch) | |
tree | 9b3ee9331a5e6454c97096bad23a732671f09c38 /dev-haskell/unliftio | |
parent | dev-haskell/unix-time: Stabilize for amd64 (diff) | |
download | gentoo-c7d0a90c31fb25d4ca7a4c2d36fdce47d672b571.tar.gz gentoo-c7d0a90c31fb25d4ca7a4c2d36fdce47d672b571.tar.bz2 gentoo-c7d0a90c31fb25d4ca7a4c2d36fdce47d672b571.zip |
dev-haskell/unliftio: 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/unliftio')
-rw-r--r-- | dev-haskell/unliftio/unliftio-0.2.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/unliftio/unliftio-0.2.18.ebuild b/dev-haskell/unliftio/unliftio-0.2.18.ebuild index 14c9d0c484d5..fc9540d66b07 100644 --- a/dev-haskell/unliftio/unliftio-0.2.18.ebuild +++ b/dev-haskell/unliftio/unliftio-0.2.18.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="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" RDEPEND=">dev-haskell/async-2.1.1:=[profile?] >=dev-haskell/stm-2.4.3:=[profile?] |