[arch-commits] Commit in stack/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Mar 11 09:57:30 UTC 2020
Date: Wednesday, March 11, 2020 @ 09:57:30
Author: felixonmars
Revision: 594156
upgpkg: stack 2.1.3.20200310-1: rebuild with pantry 0.4.0.0
Modified:
stack/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-11 09:40:38 UTC (rev 594155)
+++ PKGBUILD 2020-03-11 09:57:30 UTC (rev 594156)
@@ -2,9 +2,9 @@
# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
pkgname=stack
-pkgver=2.1.3.20200308
-_commit=9ae6c817113e8c676f5c6be6734b4e8471178e26
-pkgrel=7
+pkgver=2.1.3.20200310
+_commit=95aaf2bc2c969622679c2a8233e7bb637e43210d
+pkgrel=1
pkgdesc="The Haskell Tool Stack"
url="https://github.com/commercialhaskell/stack"
license=("BSD")
@@ -41,10 +41,6 @@
cd $pkgname
hpack
sed -i -e '/semigroups/d' $pkgname.cabal
- sed -i -e 's/fail $ "Invalid package name:/error $ "Invalid package name:/' \
- -e 's/fail $ "Invalid CabalConfigKey/error $ "Invalid CabalConfigKey/' \
- src/Stack/Types/Config.hs
- sed -i -e 's/fail \$$/error $/' src/Stack/Coverage.hs
}
build() {
More information about the arch-commits
mailing list