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

Felix Yan felixonmars at archlinux.org
Mon Jun 21 16:59:33 UTC 2021


    Date: Monday, June 21, 2021 @ 16:59:33
  Author: felixonmars
Revision: 966533

upgpkg: haskell-microstache 1.0.1.2-75: rebuild with ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, one-liner 2.0, retrie 1.0.0.0

Modified:
  haskell-microstache/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-21 16:57:32 UTC (rev 966532)
+++ PKGBUILD	2021-06-21 16:59:33 UTC (rev 966533)
@@ -4,16 +4,21 @@
 _hkgname=microstache
 pkgname=haskell-microstache
 pkgver=1.0.1.2
-pkgrel=74
+pkgrel=75
 pkgdesc="Mustache templates for Haskell"
 url="https://github.com/phadej/microstache"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-unordered-containers' 'haskell-vector')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('5b8bacdc29fcf40b54e7efad12fe955a2781ee914b747108d95c61f0ec0321be90883de739463d4a7acd2b0715904fd711016763dcc6ff6e72939dd8d7d70150')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u base $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list