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

Felix Yan felixonmars at archlinux.org
Wed May 16 19:40:35 UTC 2018


    Date: Wednesday, May 16, 2018 @ 19:40:35
  Author: felixonmars
Revision: 323154

upgpkg: haskell-semigroupoids 5.2.2-16

rebuild with ghc 8.4.2

Modified:
  haskell-semigroupoids/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-16 19:38:47 UTC (rev 323153)
+++ PKGBUILD	2018-05-16 19:40:35 UTC (rev 323154)
@@ -5,7 +5,7 @@
 _hkgname=semigroupoids
 pkgname=haskell-semigroupoids
 pkgver=5.2.2
-pkgrel=15
+pkgrel=16
 pkgdesc="Semigroupoids: Category sans id"
 url="https://github.com/ekmett/semigroupoids"
 license=("custom:BSD3")
@@ -18,7 +18,8 @@
 sha512sums=('8a972716a0d74bf9e539864614cd7b0ccede283efdb7a4f84ca691ec89fbe1aa9e2322e79c608adce9904a06457294a071007ba1eb84475896e41d629c60b90c')
 
 prepare() {
-    sed -i '/test-suite doctests/a \  x-doctest-options: -dynamic' $_hkgname-$pkgver/$_hkgname.cabal
+    cd $_hkgname-$pkgver
+    sed -i 's/<.*0.14/<1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list