Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-aeson-better-errors
Commits: 207ff1d5 by Felix Yan at 2023-10-03T09:31:11+03:00 upgpkg: 0.9.1.1-69: rebuild with hashable 1.4.3.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,21 @@ +pkgbase = haskell-aeson-better-errors + pkgdesc = Better error messages when decoding JSON values. + pkgver = 0.9.1.1 + pkgrel = 69 + url = https://github.com/hdgarrood/aeson-better-errors + arch = x86_64 + license = MIT + makedepends = ghc + makedepends = uusi + depends = ghc-libs + depends = haskell-aeson + depends = haskell-dlist + depends = haskell-scientific + depends = haskell-transformers-compat + depends = haskell-unordered-containers + depends = haskell-vector + depends = haskell-void + source = https://hackage.haskell.org/packages/archive/aeson-better-errors/0.9.1.1/aeson-better-errors-0.9.1.1.tar.gz + sha256sums = d34ae2e545e537e52150f2322651db5515d0d5d222588260464b2e3c135ed117 + +pkgname = haskell-aeson-better-errors ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=aeson-better-errors pkgname=haskell-aeson-better-errors pkgver=0.9.1.1 -pkgrel=68 +pkgrel=69 pkgdesc="Better error messages when decoding JSON values." url="https://github.com/hdgarrood/aeson-better-errors" license=("MIT") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-aeson-better-errors/-/commit/207ff1d51d9e890c645cc0b15d415a35e4bc90f2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-aeson-better-errors/-/commit/207ff1d51d9e890c645cc0b15d415a35e4bc90f2 You're receiving this email because of your account on gitlab.archlinux.org.
