[arch-commits] Commit in haskell-text-short/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Apr 24 10:07:18 UTC 2020
Date: Friday, April 24, 2020 @ 10:07:18
Author: felixonmars
Revision: 619129
upgpkg: haskell-text-short 0.1.3-28: 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-short/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-24 10:06:29 UTC (rev 619128)
+++ PKGBUILD 2020-04-24 10:07:18 UTC (rev 619129)
@@ -4,7 +4,7 @@
_hkgname=text-short
pkgname=haskell-text-short
pkgver=0.1.3
-pkgrel=27
+pkgrel=28
pkgdesc="Memory-efficient representation of Unicode text strings"
url="https://github.com/hvr/text-short"
license=("BSD")
@@ -17,7 +17,7 @@
prepare() {
cd $_hkgname-$pkgver
- sed -i 's/< *4.13/<5/' $_hkgname.cabal
+ sed -i 's/< *4.13/<5/;s/< *0.6/<1/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list