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

Felix Yan felixonmars at gemini.archlinux.org
Tue Feb 22 15:43:31 UTC 2022


    Date: Tuesday, February 22, 2022 @ 15:43:30
  Author: felixonmars
Revision: 1135863

upgpkg: haskell-tree-diff 0.2.1.1-23: rebuild with hashable 1.4.0.0, quickcheck-instances 0.3.26.1

Modified:
  haskell-tree-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-22 15:09:26 UTC (rev 1135862)
+++ PKGBUILD	2022-02-22 15:43:30 UTC (rev 1135863)
@@ -3,7 +3,7 @@
 _hkgname=tree-diff
 pkgname=haskell-tree-diff
 pkgver=0.2.1.1
-pkgrel=22
+pkgrel=23
 pkgdesc="Diffing of (expression) trees"
 url="https://github.com/phadej/tree-diff"
 license=('BSD')
@@ -21,7 +21,7 @@
 prepare() {
     cd $_hkgname-$pkgver
     gen-setup
-    uusi -d bytestring-builder $_hkgname.cabal
+    uusi -d bytestring-builder -u hashable $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list