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

Felix Yan felixonmars at gemini.archlinux.org
Sun Feb 20 23:17:55 UTC 2022


    Date: Sunday, February 20, 2022 @ 23:17:54
  Author: felixonmars
Revision: 1135482

upgpkg: haskell-structured 0.1.1-34: rebuild with hashable 1.4.0.0, quickcheck-instances 0.3.26.1

Modified:
  haskell-structured/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-20 23:16:02 UTC (rev 1135481)
+++ PKGBUILD	2022-02-20 23:17:54 UTC (rev 1135482)
@@ -3,7 +3,7 @@
 _hkgname=structured
 pkgname=haskell-structured
 pkgver=0.1.1
-pkgrel=33
+pkgrel=34
 pkgdesc="Structure (hash) of your data types"
 url="https://github.com/phadej/binary-tagged"
 license=('BSD')
@@ -18,6 +18,7 @@
 prepare() {
     cd $_hkgname-$pkgver
     gen-setup
+    uusi -u hashable $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list