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

Felix Yan felixonmars at archlinux.org
Fri Jun 23 14:30:54 UTC 2017


    Date: Friday, June 23, 2017 @ 14:30:54
  Author: felixonmars
Revision: 240414

upgpkg: haskell-uniplate 1.6.12-15

rebuild with hashable,1.2.6.1

Modified:
  haskell-uniplate/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-23 14:29:11 UTC (rev 240413)
+++ PKGBUILD	2017-06-23 14:30:54 UTC (rev 240414)
@@ -5,12 +5,12 @@
 _hkgname=uniplate
 pkgname=haskell-uniplate
 pkgver=1.6.12
-pkgrel=14
+pkgrel=15
 pkgdesc="Help writing simple, concise and fast generic operations."
 url="http://community.haskell.org/~ndm/uniplate/"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-hashable" "haskell-syb" "haskell-unordered-containers")
+depends=('ghc' "haskell-hashable" "haskell-syb" "haskell-unordered-containers")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('fcc60bc6b3f6e925f611646db90e6db9f05286a9363405f844df1dc15572a8b7')
 
@@ -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 \
             -fseparate_syb -ftypeable_fingerprint
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html



More information about the arch-commits mailing list