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

Felix Yan felixonmars at archlinux.org
Mon May 22 06:52:01 UTC 2017


    Date: Monday, May 22, 2017 @ 06:52:00
  Author: felixonmars
Revision: 228948

upgpkg: c2hs 0.28.2-2

- rebuild with fixed language-c
- dynamic linking test

Modified:
  c2hs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-22 06:39:37 UTC (rev 228947)
+++ PKGBUILD	2017-05-22 06:52:00 UTC (rev 228948)
@@ -4,13 +4,12 @@
 
 pkgname=c2hs
 pkgver=0.28.2
-pkgrel=1
+pkgrel=2
 pkgdesc="C->Haskell FFI tool that gives some cross-language type safety"
 url="https://github.com/haskell/c2hs"
 license=("GPL2")
 arch=('i686' 'x86_64')
-depends=('libffi' 'gmp')
-makedepends=("ghc=8.0.1" "haskell-dlist" "haskell-language-c")
+depends=("ghc=8.0.1" "haskell-dlist" "haskell-language-c")
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha256sums=('f4171478cafe9f4906735763c2e0bc1ca0a9f56b50e9d59aac07520434920f9e')
 
@@ -17,7 +16,7 @@
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
     
-    runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+    runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         -f-regression -fbase3
     runhaskell Setup build
 }



More information about the arch-commits mailing list