Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-binary-instances
Commits:
d00bdef5 by Felix Yan at 2026-01-04T21:19:00+08:00
upgpkg: 1.0.4-155: rebuild for aeson 2.2.0.0, attoparsec-aeson 2.2.0.0, aws
0.24.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-binary-instances
pkgdesc = Orphan instances for binary
pkgver = 1.0.4
- pkgrel = 154
+ pkgrel = 155
url = https://github.com/phadej/binary-instances
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=binary-instances
pkgname=haskell-binary-instances
pkgver=1.0.4
-pkgrel=154
+pkgrel=155
pkgdesc="Orphan instances for binary"
url="https://github.com/phadej/binary-instances"
license=('BSD')
@@ -19,7 +19,7 @@
sha512sums=('b6fcf34f3b9580cdfda91465483a88e2d7210527bcab0f450b32c022d4f5fcd4b92
prepare() {
cd $_hkgname-$pkgver
- uusi -u base -u QuickCheck -u primitive -u tagged -u tasty -u
tasty-quickcheck
+ uusi -u aeson -u base -u QuickCheck -u primitive -u tagged -u tasty -u
tasty-quickcheck
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-binary-instances/-/commit/d00bdef52ee438670289c8f9588dcf44edd7a353
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-binary-instances/-/commit/d00bdef52ee438670289c8f9588dcf44edd7a353
You're receiving this email because of your account on gitlab.archlinux.org.