Date: Friday, June 23, 2017 @ 11:49:51 Author: felixonmars Revision: 240328
upgpkg: haskell-hit 0.6.3-39 rebuild with hashable,1.2.6.1 Modified: haskell-hit/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 11:47:42 UTC (rev 240327) +++ PKGBUILD 2017-06-23 11:49:51 UTC (rev 240328) @@ -5,7 +5,7 @@ _hkgname=hit pkgname=haskell-hit pkgver=0.6.3 -pkgrel=38 +pkgrel=39 pkgdesc="Git operations in haskell" url="http://github.com/vincenthz/hit" license=("custom:BSD3") @@ -22,7 +22,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \ - --libsubdir=\$compiler/site-local/\$pkgid \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -fexecutable -f-debug runhaskell Setup build runhaskell Setup haddock --hoogle --html
