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

Felix Yan felixonmars at archlinux.org
Fri Jun 23 13:56:59 UTC 2017


    Date: Friday, June 23, 2017 @ 13:56:58
  Author: felixonmars
Revision: 240392

upgpkg: haskell-parsers 0.12.5-5

rebuild with hashable,1.2.6.1

Modified:
  haskell-parsers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-23 13:55:18 UTC (rev 240391)
+++ PKGBUILD	2017-06-23 13:56:58 UTC (rev 240392)
@@ -5,12 +5,12 @@
 _hkgname=parsers
 pkgname=haskell-parsers
 pkgver=0.12.5
-pkgrel=4
+pkgrel=5
 pkgdesc="Parsing combinators"
 url="http://github.com/ekmett/parsers/"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-attoparsec" "haskell-base-orphans" "haskell-charset" "haskell-mtl"
+depends=('ghc' "haskell-attoparsec" "haskell-base-orphans" "haskell-charset" "haskell-mtl"
          "haskell-parsec" "haskell-scientific" "haskell-text" "haskell-unordered-containers")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('adef207e1ca9ab77683e256e6c91fd5ac36332055b0c96b49ea831ef749e255f7cefeddb9ef4f924b6d7245bb7355a87a14057ae7f5e86866e3ef9571381f16a')
@@ -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