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

Felix Yan felixonmars at archlinux.org
Fri Feb 1 09:21:35 UTC 2019


    Date: Friday, February 1, 2019 @ 09:21:35
  Author: felixonmars
Revision: 428995

upgpkg: stylish-haskell 0.9.2.1-2

rebuild with haskell-src-exts 1.21.0, hlint 2.1.14

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-01 09:10:16 UTC (rev 428994)
+++ PKGBUILD	2019-02-01 09:21:35 UTC (rev 428995)
@@ -3,7 +3,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.9.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell"
 license=("BSD")
@@ -16,7 +16,7 @@
 
 prepare() {
     cd $pkgname-$pkgver
-    sed -i -e '/semigroups/d' $pkgname.cabal
+    sed -i -e '/semigroups/d' -e 's/< *1.21/<2/' $pkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list