Date: Saturday, August 5, 2017 @ 08:54:09
  Author: felixonmars
Revision: 248623

upgpkg: haskell-language-c 0.6.1-5

rebuild with syb,0.7

Modified:
  haskell-language-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-08-05 08:50:06 UTC (rev 248622)
+++ PKGBUILD    2017-08-05 08:54:09 UTC (rev 248623)
@@ -5,12 +5,12 @@
 _hkgname=language-c
 pkgname=haskell-language-c
 pkgver=0.6.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Analysis and generation of C code"
 url="http://visq.github.io/language-c/";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-syb")
+depends=('ghc' "haskell-syb")
 makedepends=('happy' 'alex')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";
         float128.patch)
@@ -30,7 +30,7 @@
 
     runhaskell Setup configure -O --enable-executable-dynamic --enable-shared \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid \
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -fseparatesyb -fusebytestrings -fsplitbase
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html

Reply via email to