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

Felix Yan felixonmars at archlinux.org
Wed Jun 10 09:01:48 UTC 2020


    Date: Wednesday, June 10, 2020 @ 09:01:46
  Author: felixonmars
Revision: 641238

upgpkg: haskell-type-errors 0.2.0.0-24: rebuild with doctest 0.17

Modified:
  haskell-type-errors/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-10 08:25:26 UTC (rev 641237)
+++ PKGBUILD	2020-06-10 09:01:46 UTC (rev 641238)
@@ -3,7 +3,7 @@
 _hkgname=type-errors
 pkgname=haskell-type-errors
 pkgver=0.2.0.0
-pkgrel=23
+pkgrel=24
 pkgdesc="Tools for writing better type errors"
 url="https://github.com/isovector/type-errors"
 license=('BSD')
@@ -13,6 +13,11 @@
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('694ce594462234cbef53efae630e302d3653fb8afc68f1bf6bb4f21a407a5f0637b8fab27f8f62538cadd4ff2c51049ae18d60932eaf7359cbf60ca6b959011e')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *0.17/<1/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list