Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-lifted-async
Commits: 9f1d3070 by Felix Yan at 2025-09-10T15:21:54+00:00 upgpkg: 0.11.0-1: rebuild with lifted-async 0.11.0 (rebuild pass 1, specified --nocheck) - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,11 +1,10 @@ pkgbase = haskell-lifted-async pkgdesc = Run lifted IO operations asynchronously and wait for their results - pkgver = 0.10.2.7 - pkgrel = 143 + pkgver = 0.11.0 + pkgrel = 1 url = https://github.com/maoe/lifted-async arch = x86_64 - license = BSD - checkdepends = haskell-hunit + license = BSD-3-Clause checkdepends = haskell-tasty checkdepends = haskell-tasty-expected-failure checkdepends = haskell-tasty-hunit @@ -17,7 +16,7 @@ pkgbase = haskell-lifted-async depends = haskell-lifted-base depends = haskell-monad-control depends = haskell-transformers-base - source = https://hackage.haskell.org/packages/archive/lifted-async/0.10.2.7/lifted-async-0.10.2.7.tar.gz - sha512sums = d16e0962f48a0c4d328df54bdd461dd5eb6117de22cd0ca507928db01562b464c7dce26baacd7f1ae6141b6b3639ebc723ae71708662890505290de0641b8b1d + source = https://hackage.haskell.org/packages/archive/lifted-async/0.11.0/lifted-async-0.11.0.tar.gz + sha512sums = cbe8e22288dfb41e318555f0948e506d80f57a80cf4e49e8ecb39bb1c3bf7f4ff1106a5b571634b4e24092a953e41bfd1725d03a133242dc35c3d6324d42e1b7 pkgname = haskell-lifted-async ===================================== PKGBUILD ===================================== @@ -2,19 +2,19 @@ _hkgname=lifted-async pkgname=haskell-lifted-async -pkgver=0.10.2.7 -pkgrel=143 +pkgver=0.11.0 +pkgrel=1 pkgdesc="Run lifted IO operations asynchronously and wait for their results" url="https://github.com/maoe/lifted-async" -license=('BSD') +license=('BSD-3-Clause') arch=('x86_64') depends=('ghc-libs' 'haskell-async' 'haskell-constraints' 'haskell-lifted-base' 'haskell-monad-control' 'haskell-transformers-base') makedepends=('ghc') -checkdepends=('haskell-hunit' 'haskell-tasty' 'haskell-tasty-expected-failure' - 'haskell-tasty-hunit' 'haskell-tasty-th') +checkdepends=('haskell-tasty' 'haskell-tasty-expected-failure' 'haskell-tasty-hunit' + 'haskell-tasty-th') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('d16e0962f48a0c4d328df54bdd461dd5eb6117de22cd0ca507928db01562b464c7dce26baacd7f1ae6141b6b3639ebc723ae71708662890505290de0641b8b1d') +sha512sums=('cbe8e22288dfb41e318555f0948e506d80f57a80cf4e49e8ecb39bb1c3bf7f4ff1106a5b571634b4e24092a953e41bfd1725d03a133242dc35c3d6324d42e1b7') build() { cd $_hkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-lifted-async/-/commit/9f1d30704c474c6017e6ba28d8b28ca323b15dcf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-lifted-async/-/commit/9f1d30704c474c6017e6ba28d8b28ca323b15dcf You're receiving this email because of your account on gitlab.archlinux.org.