Date: Saturday, June 24, 2017 @ 14:36:50 Author: felixonmars Revision: 240779
upgpkg: haskell-clientsession 0.9.1.2-20 rebuild with entropy,0.3.8 Modified: haskell-clientsession/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-24 14:35:03 UTC (rev 240778) +++ PKGBUILD 2017-06-24 14:36:50 UTC (rev 240779) @@ -5,7 +5,7 @@ _hkgname=clientsession pkgname=haskell-clientsession pkgver=0.9.1.2 -pkgrel=19 +pkgrel=20 pkgdesc="Securely store session data in a client-side cookie." url="http://github.com/yesodweb/clientsession/tree/master" license=("MIT") @@ -22,7 +22,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-test runhaskell Setup build runhaskell Setup haddock --hoogle --html
