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

Felix Yan felixonmars at archlinux.org
Thu Jun 22 18:07:01 UTC 2017


    Date: Thursday, June 22, 2017 @ 18:07:00
  Author: felixonmars
Revision: 239633

upgpkg: haskell-tagstream-conduit 0.5.5.3-79

rebuild with xml-conduit,1.5.1

Modified:
  haskell-tagstream-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-22 18:04:54 UTC (rev 239632)
+++ PKGBUILD	2017-06-22 18:07:00 UTC (rev 239633)
@@ -5,12 +5,12 @@
 _hkgname=tagstream-conduit
 pkgname=haskell-tagstream-conduit
 pkgver=0.5.5.3
-pkgrel=78
+pkgrel=79
 pkgdesc="Streamlined html tag parser"
 url="http://github.com/yihuang/tagstream-conduit"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-attoparsec" "haskell-blaze-builder" "haskell-case-insensitive"
+depends=('ghc' "haskell-attoparsec" "haskell-blaze-builder" "haskell-case-insensitive"
          "haskell-conduit" "haskell-conduit-extra" "haskell-data-default" "haskell-resourcet"
          "haskell-text" "haskell-xml-conduit")
 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
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list