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

Felix Yan felixonmars at archlinux.org
Fri Jun 23 11:21:06 UTC 2017


    Date: Friday, June 23, 2017 @ 11:21:05
  Author: felixonmars
Revision: 240306

upgpkg: haskell-attoparsec 0.13.1.0-13

rebuild with hashable,1.2.6.1

Modified:
  haskell-attoparsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-23 11:18:38 UTC (rev 240305)
+++ PKGBUILD	2017-06-23 11:21:05 UTC (rev 240306)
@@ -5,12 +5,12 @@
 _hkgname=attoparsec
 pkgname=haskell-attoparsec
 pkgver=0.13.1.0
-pkgrel=12
+pkgrel=13
 pkgdesc="Fast combinator parsing for bytestrings and text"
 url="https://github.com/bos/attoparsec"
 license=("BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-scientific" "haskell-text")
+depends=('ghc' "haskell-scientific" "haskell-text")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('52dc74d4955e457ce4f76f5c9d6dba05c1d07e2cd2a542d6251c6dbc66ce3f64')
 
@@ -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-developer
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html



More information about the arch-commits mailing list