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

Felix Yan felixonmars at archlinux.org
Fri Jun 23 15:24:34 UTC 2017


    Date: Friday, June 23, 2017 @ 15:24:34
  Author: felixonmars
Revision: 240452

upgpkg: haskell-microstache 1-3

rebuild with hashable,1.2.6.1

Modified:
  haskell-microstache/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-23 15:22:50 UTC (rev 240451)
+++ PKGBUILD	2017-06-23 15:24:34 UTC (rev 240452)
@@ -5,12 +5,12 @@
 _hkgname=microstache
 pkgname=haskell-microstache
 pkgver=1
-pkgrel=2
+pkgrel=3
 pkgdesc="Mustache templates for Haskell"
 url="https://github.com/phadej/microstache"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-aeson" "haskell-parsec" "haskell-text" "haskell-unordered-containers"
+depends=('ghc' "haskell-aeson" "haskell-parsec" "haskell-text" "haskell-unordered-containers"
          "haskell-vector")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('a608828075f2cd7266a786b054443a1341e94d9e9870111e99ada775678aae31029936b59ac255ccd1a4ff404d50bc44abee27736c578c0f008c17d1d326329a')
@@ -20,7 +20,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
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list