Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-aeson
Commits:
d6233acb by Felix Yan at 2025-08-05T14:57:41+08:00
upgpkg: 2.1.2.1-114: rebuild with primitive 0.9.0.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-aeson
pkgdesc = A JSON parsing and encoding library optimized for ease of use
and high performance
pkgver = 2.1.2.1
- pkgrel = 113
+ pkgrel = 114
url = https://github.com/haskell/aeson
arch = x86_64
license = GPL
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=haskell-aeson
_hkgname=aeson
pkgver=2.1.2.1
-pkgrel=113
+pkgrel=114
pkgdesc="A JSON parsing and encoding library optimized for ease of use and
high performance"
url="https://github.com/haskell/aeson"
license=("GPL")
@@ -28,7 +28,7 @@
sha512sums=('c7e3c5d61ac99b7e66a468cdcd0a20c9d0f42142b2398086aa1a3a992c60814c9d7
prepare() {
cd $_hkgname-$pkgver
patch -Np1 -i ../$pkgname-quickcheck-2.14.3.patch
- uusi -u OneTuple -u base-orphans -u semialign -u strict -u these
+ uusi -u OneTuple -u base-orphans -u primitive -u semialign -u strict -u these
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-aeson/-/commit/d6233acbec71dff28d1ccabd8f513e391c10ae3d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-aeson/-/commit/d6233acbec71dff28d1ccabd8f513e391c10ae3d
You're receiving this email because of your account on gitlab.archlinux.org.