[arch-commits] Commit in haskell-aeson/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sun Feb 20 20:58:39 UTC 2022
Date: Sunday, February 20, 2022 @ 20:58:39
Author: felixonmars
Revision: 1135397
upgpkg: haskell-aeson 1.5.6.0-83: rebuild with hashable 1.4.0.0, quickcheck-instances 0.3.26.1
Modified:
haskell-aeson/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-20 20:54:53 UTC (rev 1135396)
+++ PKGBUILD 2022-02-20 20:58:39 UTC (rev 1135397)
@@ -5,7 +5,7 @@
pkgname=haskell-aeson
_hkgname=aeson
pkgver=1.5.6.0
-pkgrel=82
+pkgrel=83
pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance."
url="https://github.com/haskell/aeson"
license=("GPL")
@@ -25,7 +25,7 @@
'b6f9d49f1427543a907a2b432889f2fef64c50dbaae36133dbb328d6ff7f314959d35ef154f085a42f72af384eaa107b6f7f2b67a2d318f972e2cce04b65d35e')
prepare() {
- uusi -u attoparsec -u base-compat-batteries -u hashable-time $_hkgname-$pkgver/$_hkgname.cabal
+ uusi -u attoparsec -u base-compat-batteries -u hashable -u hashable-time $_hkgname-$pkgver/$_hkgname.cabal
patch -d $_hkgname-$pkgver -p1 < ghc9.patch
}
More information about the arch-commits
mailing list