Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-attoparsec-aeson
Commits:
006ee793 by Felix Yan at 2026-01-04T21:29:31+08:00
upgpkg: 2.2.0.0-1: 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-attoparsec-aeson
pkgdesc = Parsing of aeson's Value with attoparsec
- pkgver = 2.1.0.0
- pkgrel = 167
+ pkgver = 2.2.0.0
+ pkgrel = 1
url = https://github.com/haskell/aeson
arch = x86_64
license = BSD
@@ -9,7 +9,12 @@ pkgbase = haskell-attoparsec-aeson
makedepends = uusi
depends = ghc-libs
depends = haskell-aeson
- source =
https://hackage.haskell.org/packages/archive/attoparsec-aeson/2.1.0.0/attoparsec-aeson-2.1.0.0.tar.gz
- sha256sums =
b34afb1c330428d9ff7e9e99655ece826ed7a1928dd5880c8127e73a12e906a9
+ depends = haskell-attoparsec
+ depends = haskell-integer-conversion
+ depends = haskell-primitive
+ depends = haskell-scientific
+ depends = haskell-vector
+ source =
https://hackage.haskell.org/packages/archive/attoparsec-aeson/2.2.0.0/attoparsec-aeson-2.2.0.0.tar.gz
+ sha256sums =
fa08fe3359914059fd74c10d35122e38382ef95aea16a6192ae688e62f4342e4
pkgname = haskell-attoparsec-aeson
=====================================
PKGBUILD
=====================================
@@ -2,20 +2,22 @@
_hkgname=attoparsec-aeson
pkgname=haskell-attoparsec-aeson
-pkgver=2.1.0.0
-pkgrel=167
+pkgver=2.2.0.0
+pkgrel=1
pkgdesc="Parsing of aeson's Value with attoparsec"
url="https://github.com/haskell/aeson"
license=("BSD")
arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec'
'haskell-integer-conversion'
+ 'haskell-primitive' 'haskell-scientific' 'haskell-vector')
makedepends=('ghc' 'uusi')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('b34afb1c330428d9ff7e9e99655ece826ed7a1928dd5880c8127e73a12e906a9')
+sha256sums=('fa08fe3359914059fd74c10d35122e38382ef95aea16a6192ae688e62f4342e4')
prepare() {
cd $_hkgname-$pkgver
gen-setup
+ uusi -u primitive
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-attoparsec-aeson/-/commit/006ee793456052c1d55f5d04099d1c56f6329d40
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-attoparsec-aeson/-/commit/006ee793456052c1d55f5d04099d1c56f6329d40
You're receiving this email because of your account on gitlab.archlinux.org.