[arch-commits] Commit in stylish-haskell/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Apr 25 07:41:24 UTC 2020
Date: Saturday, April 25, 2020 @ 07:41:23
Author: felixonmars
Revision: 619829
upgpkg: stylish-haskell 0.11.0.0-19: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 2.7
Modified:
stylish-haskell/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-25 07:36:47 UTC (rev 619828)
+++ PKGBUILD 2020-04-25 07:41:23 UTC (rev 619829)
@@ -3,7 +3,7 @@
pkgname=stylish-haskell
pkgver=0.11.0.0
-pkgrel=18
+pkgrel=19
pkgdesc="Haskell code prettifier"
url="https://github.com/jaspervdj/stylish-haskell"
license=("BSD")
@@ -17,7 +17,7 @@
prepare() {
cd $pkgname-$pkgver
- sed -i -e '/semigroups/d' $pkgname.cabal
+ sed -i -e 's/< *3.1/<4/' -e '/semigroups/d' $pkgname.cabal
}
build() {
More information about the arch-commits
mailing list