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

Felix Yan felixonmars at archlinux.org
Sun Jun 3 04:58:13 UTC 2018


    Date: Sunday, June 3, 2018 @ 04:58:13
  Author: felixonmars
Revision: 338535

upgpkg: c2hs 0.28.3-35

rebuild with language-c 0.8

Modified:
  c2hs/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 04:55:29 UTC (rev 338534)
+++ PKGBUILD	2018-06-03 04:58:13 UTC (rev 338535)
@@ -4,7 +4,7 @@
 
 pkgname=c2hs
 pkgver=0.28.3
-pkgrel=34
+pkgrel=35
 pkgdesc="C->Haskell FFI tool that gives some cross-language type safety"
 url="https://github.com/haskell/c2hs"
 license=("GPL2")
@@ -19,6 +19,8 @@
     sed -i 's/cmd "ghc"/cmd "ghc" "-dynamic"/' c2hs-$pkgver/tests/test-*.hs
     sed -i 's/HC=ghc/HC="ghc -dynamic"/' c2hs-$pkgver/tests/system/Makefile
     sed -i 's/"ghc", \["-/"ghc", ["-dynamic", "-/' c2hs-$pkgver/tests/test-*.hs
+
+    sed -i 's/<.*0.8/<1/' c2hs-$pkgver/c2hs.cabal
 }
 
 build() {



More information about the arch-commits mailing list