dev-haskell/unliftio: add 0.2.25.0

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
hololeap
2026-01-23 22:16:43 -07:00
committed by Mark Wright
parent b972afda0b
commit 4c60abc9ee
2 changed files with 31 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST unliftio-0.2.18.tar.gz 56344 BLAKE2B 7e1ae3356ceef94bd50f9dc14c30ee980834cfecfb17ac36233a2e8da7d8564f8671c77b848726ebae5cfc5d81c9c65d6847015956298e2d9bb1aad9479303bd SHA512 baa90de754474bcd7e2116f4f2a5c98192f2cc62368895eda5995b528c193d07225f1f1409b0f24ce24f7ea396237563b2ff8182636b53618d4048d558d1a8fd
DIST unliftio-0.2.23.0.tar.gz 57461 BLAKE2B 1dc1094e78a25940e0d978dcd723752e00d8f8bb5e8a3c0710fb5d59814c1cf67350f20b6e682644113ba993d9782eff63bfab507830adcebabfc707c8006dfc SHA512 24c06ab66c88a4f6d23376178d484da4a815f77f81b47ec4120b32a45f9d09ca1f4ee89c9ad35a538482aaf68a64155c129f4aef985960869b2dd7387693c449
DIST unliftio-0.2.25.0.tar.gz 58335 BLAKE2B 10348470d50bd0f7e8724ad1fb007f7d981b897a538f91f1e57fa2c09c489ab28a335e7116a683633d0353bb16f34b41e0887380446a628b622c210001cc554e SHA512 da4467074f81d72cd374d52c0a6bad9b2729ae7054383458b8067582aeb34919580f843310d1eff6c415250f63e2b3eb508389f9fa41dc33f27076ea0525d818

View File

@@ -0,0 +1,30 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.8.5.1.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)"
HOMEPAGE="https://github.com/fpco/unliftio/tree/master/unliftio#readme"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND="
>dev-haskell/async-2.1.1-r9999:=[profile?]
dev-haskell/safe-exceptions:=[profile?]
>=dev-haskell/unliftio-core-0.1.1.0:=[profile?]
>=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.4.1.0
test? (
dev-haskell/hspec
dev-haskell/quickcheck
)
"