Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-unliftio
Commits:
41ce24df by Felix Yan at 2023-11-23T17:38:06+02:00
upgpkg: 0.2.25.0-1: rebuild with unliftio 0.2.25.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-unliftio
pkgdesc = The MonadUnliftIO typeclass for unlifting monads to IO
(batteries included)
- pkgver = 0.2.24.0
- pkgrel = 16
+ pkgver = 0.2.25.0
+ pkgrel = 1
url = https://github.com/fpco/monad-unlift
arch = x86_64
license = MIT
@@ -12,7 +12,7 @@ pkgbase = haskell-unliftio
depends = haskell-async
depends = haskell-safe-exceptions
depends = haskell-unliftio-core
- source =
https://hackage.haskell.org/packages/archive/unliftio/0.2.24.0/unliftio-0.2.24.0.tar.gz
- sha512sums =
89309888b09cb9f01cef008c7f8475d5fc7c40cbd022560339f84f4b88980c0f58e5f8c1e4c064d171534e277e5731122d291b54e77cb23db81fb1abd316c6f2
+ source =
https://hackage.haskell.org/packages/archive/unliftio/0.2.25.0/unliftio-0.2.25.0.tar.gz
+ sha512sums =
da4467074f81d72cd374d52c0a6bad9b2729ae7054383458b8067582aeb34919580f843310d1eff6c415250f63e2b3eb508389f9fa41dc33f27076ea0525d818
pkgname = haskell-unliftio
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_hkgname=unliftio
pkgname=haskell-unliftio
-pkgver=0.2.24.0
-pkgrel=16
+pkgver=0.2.25.0
+pkgrel=1
pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO (batteries
included)"
url="https://github.com/fpco/monad-unlift"
license=("MIT")
@@ -13,7 +13,7 @@ depends=('ghc-libs' 'haskell-async' 'haskell-safe-exceptions'
'haskell-unliftio-
makedepends=('ghc')
checkdepends=('haskell-hspec' 'haskell-quickcheck')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('89309888b09cb9f01cef008c7f8475d5fc7c40cbd022560339f84f4b88980c0f58e5f8c1e4c064d171534e277e5731122d291b54e77cb23db81fb1abd316c6f2')
+sha512sums=('da4467074f81d72cd374d52c0a6bad9b2729ae7054383458b8067582aeb34919580f843310d1eff6c415250f63e2b3eb508389f9fa41dc33f27076ea0525d818')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-unliftio/-/commit/41ce24df347cbf2b8718c49659c36015a921c709
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-unliftio/-/commit/41ce24df347cbf2b8718c49659c36015a921c709
You're receiving this email because of your account on gitlab.archlinux.org.