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

Felix Yan felixonmars at archlinux.org
Fri Jun 23 15:42:21 UTC 2017


    Date: Friday, June 23, 2017 @ 15:42:20
  Author: felixonmars
Revision: 240462

upgpkg: haskell-shakespeare 2.0.13-8

rebuild with hashable,1.2.6.1

Modified:
  haskell-shakespeare/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-23 15:38:21 UTC (rev 240461)
+++ PKGBUILD	2017-06-23 15:42:20 UTC (rev 240462)
@@ -5,12 +5,12 @@
 _hkgname=shakespeare
 pkgname=haskell-shakespeare
 pkgver=2.0.13
-pkgrel=7
+pkgrel=8
 pkgdesc="A toolkit for making compile-time interpolated templates"
 url="http://www.yesodweb.com/book/shakespearean-templates"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-aeson" "haskell-blaze-html" "haskell-blaze-markup" "haskell-exceptions"
+depends=('ghc' "haskell-aeson" "haskell-blaze-html" "haskell-blaze-markup" "haskell-exceptions"
          "haskell-parsec" "haskell-scientific" "haskell-text"  "haskell-unordered-containers"
          "haskell-vector")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
@@ -21,7 +21,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-test_roy -f-test_coffee -f-test_export
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html



More information about the arch-commits mailing list