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

Felix Yan felixonmars at archlinux.org
Thu May 30 07:56:50 UTC 2019


    Date: Thursday, May 30, 2019 @ 07:56:49
  Author: felixonmars
Revision: 474505

upgpkg: haskell-chell 0.5-9

rebuild with ansi-terminal 0.9.1, ansi-wl-pprint 0.6.9

Modified:
  haskell-chell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-30 07:53:06 UTC (rev 474504)
+++ PKGBUILD	2019-05-30 07:56:49 UTC (rev 474505)
@@ -3,7 +3,7 @@
 _hkgname=chell
 pkgname=haskell-chell
 pkgver=0.5
-pkgrel=8
+pkgrel=9
 pkgdesc="A simple and intuitive library for automated testing"
 url="https://github.com/typeclasses/chell"
 license=('MIT')
@@ -13,6 +13,11 @@
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('386e8da002b34f0c6aecfd43a2150539dfd70ee6a64e284ff659d6efb9bd900b68d65b0815b087289b2784a9db418ae7d1cfaf6f57ca44399c79887ed9faa364')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *0.9/<1/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list