Date: Friday, October 14, 2022 @ 00:53:22
  Author: felixonmars
Revision: 1328188

upgpkg: haskell-aeson-better-errors 0.9.1.1-26: rebuild with aeson 2.1.0.0

Modified:
  haskell-aeson-better-errors/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-14 00:53:01 UTC (rev 1328187)
+++ PKGBUILD    2022-10-14 00:53:22 UTC (rev 1328188)
@@ -4,7 +4,7 @@
 _hkgname=aeson-better-errors
 pkgname=haskell-aeson-better-errors
 pkgver=0.9.1.1
-pkgrel=25
+pkgrel=26
 pkgdesc="Better error messages when decoding JSON values."
 url="https://github.com/hdgarrood/aeson-better-errors";
 license=("MIT")
@@ -11,10 +11,15 @@
 arch=('x86_64')
 depends=('ghc-libs' "haskell-aeson" "haskell-dlist" "haskell-scientific"
          "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-void")
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 sha256sums=('d34ae2e545e537e52150f2322651db5515d0d5d222588260464b2e3c135ed117')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u aeson $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 

Reply via email to