Date: Wednesday, June 21, 2017 @ 08:41:24 Author: felixonmars Revision: 239207
upgpkg: haskell-yesod-persistent 1.4.2-59 rebuild with safe,0.3.15 Modified: haskell-yesod-persistent/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-21 08:39:24 UTC (rev 239206) +++ PKGBUILD 2017-06-21 08:41:24 UTC (rev 239207) @@ -5,7 +5,7 @@ _hkgname=yesod-persistent pkgname=haskell-yesod-persistent pkgver=1.4.2 -pkgrel=58 +pkgrel=59 pkgdesc="Some helpers for using Persistent from Yesod." url="http://www.yesodweb.com/" license=("MIT") @@ -21,7 +21,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
