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

Felix Yan felixonmars at gemini.archlinux.org
Fri Feb 18 22:24:11 UTC 2022


    Date: Friday, February 18, 2022 @ 22:24:10
  Author: felixonmars
Revision: 1134345

upgpkg: haskell-data-fix 0.3.2-30: rebuild with hashable 1.4.0.0

Modified:
  haskell-data-fix/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-18 22:22:22 UTC (rev 1134344)
+++ PKGBUILD	2022-02-18 22:24:10 UTC (rev 1134345)
@@ -3,16 +3,21 @@
 _hkgname=data-fix
 pkgname=haskell-data-fix
 pkgver=0.3.2
-pkgrel=29
+pkgrel=30
 pkgdesc="Fixpoint data types"
 url="https://github.com/spell-music/data-fix"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-hashable')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('70b0c15522ea1fa623397bd399d83cc0921736012e6daaad21a9940ec9f447373f7e0e3915369127c7c54def7cb1d066c4641e676fa5f444f3d5dd761c258b63')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u hashable $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list