[arch-commits] Commit in haskell-text-show/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Apr 24 10:18:53 UTC 2020
Date: Friday, April 24, 2020 @ 10:18:52
Author: felixonmars
Revision: 619138
upgpkg: haskell-text-show 3.8.5-7: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1
Modified:
haskell-text-show/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-24 10:14:39 UTC (rev 619137)
+++ PKGBUILD 2020-04-24 10:18:52 UTC (rev 619138)
@@ -3,7 +3,7 @@
_hkgname=text-show
pkgname=haskell-text-show
pkgver=3.8.5
-pkgrel=6
+pkgrel=7
pkgdesc="Efficient conversion of values into Text"
url="https://github.com/RyanGlScott/text-show"
license=('BSD')
@@ -17,7 +17,7 @@
prepare() {
cd $_hkgname-$pkgver
- sed -i -e '/bytestring-builder/d' -e 's/< *2.14/<3/' $_hkgname.cabal
+ sed -i -e '/bytestring-builder/d' -e 's/< *2.1/<3/;s/< *4.14/<5/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list