[arch-commits] Commit in haskell-charset/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Oct 15 22:10:03 UTC 2018
Date: Monday, October 15, 2018 @ 22:10:02
Author: felixonmars
Revision: 394409
upgpkg: haskell-charset 0.3.7.1-36
rebuild with ghc 8.6.1
Modified:
haskell-charset/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-15 22:08:10 UTC (rev 394408)
+++ PKGBUILD 2018-10-15 22:10:02 UTC (rev 394409)
@@ -4,7 +4,7 @@
_hkgname=charset
pkgname=haskell-charset
pkgver=0.3.7.1
-pkgrel=35
+pkgrel=36
pkgdesc="A compatibility layer for base"
url="https://github.com/ekmett/charset"
license=("custom:BSD3")
@@ -16,7 +16,7 @@
prepare() {
cd $_hkgname-$pkgver
- sed -i '/semigroups/d' $_hkgname.cabal
+ sed -i -e '/semigroups/d' -e 's/< *0.6/<1/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list