[arch-commits] Commit in haskell-io-streams/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Mar 21 16:51:18 UTC 2020
Date: Saturday, March 21, 2020 @ 16:51:17
Author: felixonmars
Revision: 602826
upgpkg: haskell-io-streams 1.5.1.0-51: rebuild with network 3.1.1.1, network-bsd 2.8.1.0
Modified:
haskell-io-streams/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-21 16:46:53 UTC (rev 602825)
+++ PKGBUILD 2020-03-21 16:51:17 UTC (rev 602826)
@@ -3,7 +3,7 @@
_hkgname=io-streams
pkgname=haskell-io-streams
pkgver=1.5.1.0
-pkgrel=50
+pkgrel=51
pkgdesc="Simple, composable, and easy-to-use stream I/O"
url="https://github.com/snapframework/io-streams"
license=('BSD')
@@ -17,7 +17,7 @@
prepare() {
cd $_hkgname-$pkgver
- sed -i -e '/bytestring-builder/d' -e 's/< *0.7/<1/' $_hkgname.cabal
+ sed -i -e '/bytestring-builder/d' -e 's/< *0.7/<1/' -e 's/< *3.1/<4/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list