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

Felix Yan felixonmars at archlinux.org
Wed Oct 17 20:27:12 UTC 2018


    Date: Wednesday, October 17, 2018 @ 20:27:11
  Author: felixonmars
Revision: 395073

upgpkg: stylish-haskell 0.9.2.0-85

rebuild with ghc 8.6.1

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-17 20:01:18 UTC (rev 395072)
+++ PKGBUILD	2018-10-17 20:27:11 UTC (rev 395073)
@@ -3,7 +3,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.9.2.0
-pkgrel=84
+pkgrel=85
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell"
 license=("custom:BSD3")
@@ -16,7 +16,7 @@
 
 prepare() {
     cd $pkgname-$pkgver
-    sed -i -e '/semigroups/d' -e 's/<.*0.9/<1/' -e 's/<.*1.4/<2/' $pkgname.cabal
+    sed -i -e '/semigroups/d' -e 's/<.*0.9/<1/' -e 's/<.*1.4/<2/' -e 's/< *0.6/<1/' $pkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list