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

Felix Yan felixonmars at archlinux.org
Fri Apr 24 06:52:20 UTC 2020


    Date: Friday, April 24, 2020 @ 06:52:19
  Author: felixonmars
Revision: 618900

upgpkg: haskell-th-desugar 1.10-18: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0

Modified:
  haskell-th-desugar/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-24 06:50:22 UTC (rev 618899)
+++ PKGBUILD	2020-04-24 06:52:19 UTC (rev 618900)
@@ -3,7 +3,7 @@
 _hkgname=th-desugar
 pkgname=haskell-th-desugar
 pkgver=1.10
-pkgrel=17
+pkgrel=18
 pkgdesc="Functions to desugar Template Haskell"
 url="https://github.com/goldfirere/th-desugar"
 license=('BSD')
@@ -16,7 +16,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e '/fail/d' -e '/semigroups/d' $_hkgname.cabal
+    sed -i -e 's/< *2.16/<3/' -e '/fail/d' -e '/semigroups/d' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list