[arch-commits] Commit in haskell-parallel/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jan 8 20:17:41 UTC 2020


    Date: Wednesday, January 8, 2020 @ 20:17:40
  Author: felixonmars
Revision: 550607

upgpkg: haskell-parallel 3.2.2.0-7: rebuild with ghc 8.8.1, cabal-doctest 1.0.7

Modified:
  haskell-parallel/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-08 20:15:16 UTC (rev 550606)
+++ PKGBUILD	2020-01-08 20:17:40 UTC (rev 550607)
@@ -4,7 +4,7 @@
 _hkgname=parallel
 pkgname=haskell-parallel
 pkgver=3.2.2.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Parallel programming library"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -16,7 +16,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/<.*4.11/<5/' $_hkgname.cabal
+    sed -i 's/<.*4.13/<5/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list