Date: Monday, July 10, 2017 @ 05:59:28 Author: felixonmars Revision: 243535
upgpkg: haskell-nettle 0.2.0-16 rebuild with foundation,0.0.13 Modified: haskell-nettle/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-10 05:57:56 UTC (rev 243534) +++ PKGBUILD 2017-07-10 05:59:28 UTC (rev 243535) @@ -4,7 +4,7 @@ _hkgname=nettle pkgname=haskell-nettle pkgver=0.2.0 -pkgrel=15 +pkgrel=16 pkgdesc="Safe nettle binding" url="https://github.com/stbuehler/haskell-nettle" license=('MIT') @@ -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 runhaskell Setup build runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script
