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

Felix Yan felixonmars at archlinux.org
Sat Aug 5 08:34:58 UTC 2017


    Date: Saturday, August 5, 2017 @ 08:34:58
  Author: felixonmars
Revision: 248617

upgpkg: haskell-json 0.9.1-8

rebuild with syb,0.7

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-05 08:33:31 UTC (rev 248616)
+++ PKGBUILD	2017-08-05 08:34:58 UTC (rev 248617)
@@ -5,12 +5,12 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.9.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-mtl" "haskell-syb" "haskell-text")
+depends=('ghc' "haskell-mtl" "haskell-syb" "haskell-text")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('96b57e4d167e45dc80aeff872a922ae9cdb953a1ded29ebbb51019b68f0085a2')
 
@@ -19,7 +19,7 @@
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid \
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-mapdict -fgeneric -fpretty -f-parsec -fsplit-base
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html



More information about the arch-commits mailing list