Date: Wednesday, June 21, 2017 @ 08:38:58 Author: felixonmars Revision: 239205
upgpkg: haskell-yesod-default 1.2.0-163 rebuild with safe,0.3.15 Modified: haskell-yesod-default/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-21 08:36:54 UTC (rev 239204) +++ PKGBUILD 2017-06-21 08:38:58 UTC (rev 239205) @@ -5,7 +5,7 @@ _hkgname=yesod-default pkgname=haskell-yesod-default pkgver=1.2.0 -pkgrel=162 +pkgrel=163 pkgdesc="Default config and main functions for your yesod application (deprecated)" url="http://www.yesodweb.com/" 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
