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

Felix Yan felixonmars at archlinux.org
Sat Apr 25 03:07:34 UTC 2020


    Date: Saturday, April 25, 2020 @ 03:07:34
  Author: felixonmars
Revision: 619755

upgpkg: haskell-aeson-diff 1.1.0.8-92: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 2.7

Modified:
  haskell-aeson-diff/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-25 03:04:35 UTC (rev 619754)
+++ PKGBUILD	2020-04-25 03:07:34 UTC (rev 619755)
@@ -3,7 +3,7 @@
 _hkgname=aeson-diff
 pkgname=haskell-aeson-diff
 pkgver=1.1.0.8
-pkgrel=91
+pkgrel=92
 pkgdesc="Extract and apply patches to JSON documents"
 url="https://github.com/thsutton/aeson-diff"
 license=('BSD')
@@ -16,6 +16,11 @@
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('5a5f703dec592c0cfd825eb1899006350649c52bf810ff1aaaf4134ebfbc11f5fbe9e7f158a8c3a21dbef4902b1f9e94148bc116e27418b2b786f6d31c7561fb')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *4.14/<5/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list