[arch-commits] Commit in haskell-aeson/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Feb 7 21:57:11 UTC 2022


    Date: Monday, February 7, 2022 @ 21:57:11
  Author: felixonmars
Revision: 1128745

upgpkg: haskell-aeson 1.5.6.0-80: rebuild with base-compat 0.12.0, base-compat-batteries 0.12.0

Modified:
  haskell-aeson/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-07 20:29:26 UTC (rev 1128744)
+++ PKGBUILD	2022-02-07 21:57:11 UTC (rev 1128745)
@@ -5,7 +5,7 @@
 pkgname=haskell-aeson
 _hkgname=aeson
 pkgver=1.5.6.0
-pkgrel=79
+pkgrel=80
 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 hashable-time $_hkgname-$pkgver/$_hkgname.cabal
+  uusi -u attoparsec -u base-compat-batteries -u hashable-time $_hkgname-$pkgver/$_hkgname.cabal
   patch -d $_hkgname-$pkgver -p1 < ghc9.patch
 }
 



More information about the arch-commits mailing list