[arch-commits] Commit in haskell-foldl/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jul 16 15:42:10 UTC 2018
Date: Monday, July 16, 2018 @ 15:42:10
Author: felixonmars
Revision: 359877
upgpkg: haskell-foldl 1.4.2-8
rebuild with mwc-random 0.14.0.0
Modified:
haskell-foldl/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-16 15:41:11 UTC (rev 359876)
+++ PKGBUILD 2018-07-16 15:42:10 UTC (rev 359877)
@@ -5,7 +5,7 @@
_hkgname=foldl
pkgname=haskell-foldl
pkgver=1.4.2
-pkgrel=7
+pkgrel=8
pkgdesc="Composable, streaming, and efficient left folds"
url="https://hackage.haskell.org/package/${_hkgname}"
license=("custom:BSD3")
@@ -19,7 +19,7 @@
prepare() {
cd $_hkgname-$pkgver
- sed -i -e '/semigroups/d' $_hkgname.cabal
+ sed -i -e '/semigroups/d' -e 's/<.*0.14/<1/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list