Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-aeson
Commits: ef008b4a by Felix Yan at 2023-10-03T09:22:59+03:00 upgpkg: 2.1.2.1-11: rebuild with hashable 1.4.3.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,48 @@ +pkgbase = haskell-aeson + pkgdesc = A JSON parsing and encoding library optimized for ease of use and high performance + pkgver = 2.1.2.1 + pkgrel = 11 + url = https://github.com/haskell/aeson + arch = x86_64 + license = GPL + makedepends = ghc + makedepends = haskell-diff + makedepends = haskell-base-compat + makedepends = haskell-base-orphans + makedepends = haskell-base16-bytestring + makedepends = haskell-generic-deriving + makedepends = haskell-integer-logarithms + makedepends = haskell-quickcheck-instances + makedepends = haskell-tasty + makedepends = haskell-tasty-golden + makedepends = haskell-tasty-hunit + makedepends = haskell-tasty-quickcheck + depends = ghc-libs + depends = haskell-onetuple + depends = haskell-quickcheck + depends = haskell-attoparsec + depends = haskell-base-compat-batteries + depends = haskell-data-fix + depends = haskell-dlist + depends = haskell-generically + depends = haskell-hashable + depends = haskell-indexed-traversable + depends = haskell-primitive + depends = haskell-scientific + depends = haskell-semialign + depends = haskell-strict + depends = haskell-tagged + depends = haskell-text-short + depends = haskell-th-abstraction + depends = haskell-these + depends = haskell-time-compat + depends = haskell-unordered-containers + depends = haskell-uuid-types + depends = haskell-vector + depends = haskell-witherable + source = https://hackage.haskell.org/packages/archive/aeson/2.1.2.1/aeson-2.1.2.1.tar.gz + source = haskell-aeson-quickcheck-2.14.3.patch::https://github.com/haskell/aeson/commit/58766a1916b4980792763bab74f0c86e2a7ebf20.patch + sha512sums = c7e3c5d61ac99b7e66a468cdcd0a20c9d0f42142b2398086aa1a3a992c60814c9d7505e4c15120fb00f0015ab1fb5592d6acdb31995e7af956f2867b95f12a40 + sha512sums = 68e350f3eb320b6be777ad12f29d461caf68cb4364d58579d62a196e7c5caca8a4498784469925576d6cd7480ccaf6aa54e36eb3165510b10752fd9d77192fad + +pkgname = haskell-aeson ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=haskell-aeson _hkgname=aeson pkgver=2.1.2.1 -pkgrel=10 +pkgrel=11 pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance" url="https://github.com/haskell/aeson" license=("GPL") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-aeson/-/commit/ef008b4a5aa75ee2a3a3f39797e29e4632f96d5c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-aeson/-/commit/ef008b4a5aa75ee2a3a3f39797e29e4632f96d5c You're receiving this email because of your account on gitlab.archlinux.org.
