Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-foldl
Commits:
e11cdff1 by Felix Yan at 2024-10-08T22:09:05+03:00
upgpkg: 1.4.17-1: rebuild with foldl 1.4.17
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-foldl
pkgdesc = Composable, streaming, and efficient left folds
- pkgver = 1.4.16
- pkgrel = 11
+ pkgver = 1.4.17
+ pkgrel = 1
url = https://github.com/Gabriella439/foldl
arch = x86_64
license = BSD
@@ -16,7 +16,7 @@ pkgbase = haskell-foldl
depends = haskell-semigroupoids
depends = haskell-unordered-containers
depends = haskell-vector
- source =
https://hackage.haskell.org/packages/archive/foldl/1.4.16/foldl-1.4.16.tar.gz
- sha512sums =
2f628507c751be2f53ebf76b7e31f7788a72de6bc52d15143611f4f80cc223eb762169181533a7c002b4312e456f09cfca94d4e016fe52de81d3e6e3a09fe74d
+ source =
https://hackage.haskell.org/packages/archive/foldl/1.4.17/foldl-1.4.17.tar.gz
+ sha512sums =
86959d166f33aa19b5d4e34bce09913ab5fffdbc26dd8f1e91bfc7ddfcd49124993fe3517b20a17cec3964cb6e62e401a857a4d1908ae1195f4cb1bed5a8c479
pkgname = haskell-foldl
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_hkgname=foldl
pkgname=haskell-foldl
-pkgver=1.4.16
-pkgrel=11
+pkgver=1.4.17
+pkgrel=1
pkgdesc="Composable, streaming, and efficient left folds"
url="https://github.com/Gabriella439/foldl"
license=("BSD")
@@ -14,7 +14,7 @@ depends=('ghc-libs' 'haskell-comonad' 'haskell-contravariant'
'haskell-random'
'haskell-unordered-containers' 'haskell-vector')
makedepends=('ghc' 'haskell-doctest')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('2f628507c751be2f53ebf76b7e31f7788a72de6bc52d15143611f4f80cc223eb762169181533a7c002b4312e456f09cfca94d4e016fe52de81d3e6e3a09fe74d')
+sha512sums=('86959d166f33aa19b5d4e34bce09913ab5fffdbc26dd8f1e91bfc7ddfcd49124993fe3517b20a17cec3964cb6e62e401a857a4d1908ae1195f4cb1bed5a8c479')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-foldl/-/commit/e11cdff13d6bf64f71bba48062d1ef654c4fd987
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-foldl/-/commit/e11cdff13d6bf64f71bba48062d1ef654c4fd987
You're receiving this email because of your account on gitlab.archlinux.org.