Date: Monday, July 10, 2017 @ 04:48:23 Author: felixonmars Revision: 243485
upgpkg: haskell-memory 0.14.6-4 rebuild with foundation,0.0.13 Modified: haskell-memory/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-10 04:46:42 UTC (rev 243484) +++ PKGBUILD 2017-07-10 04:48:23 UTC (rev 243485) @@ -5,7 +5,7 @@ _hkgname=memory pkgname=haskell-memory pkgver=0.14.6 -pkgrel=3 +pkgrel=4 pkgdesc="memory and related abstraction stuff" url="https://github.com/vincenthz/hs-memory" license=("custom:BSD3") @@ -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 \ -fsupport_deepseq -fsupport_bytestring -fsupport_foundation runhaskell Setup build runhaskell Setup haddock --hoogle --html
