Date: Tuesday, June 20, 2017 @ 19:16:28 Author: felixonmars Revision: 239124
upgpkg: ghc-mod 5.8.0.0-12 rebuild with safe,0.3.15 Modified: ghc-mod/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-20 19:09:27 UTC (rev 239123) +++ PKGBUILD 2017-06-20 19:16:28 UTC (rev 239124) @@ -5,7 +5,7 @@ pkgname=ghc-mod pkgver=5.8.0.0 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc -pkgrel=11 +pkgrel=12 pkgdesc="Happy Haskell Programming" url="http://www.mew.org/~kazu/proj/ghc-mod/" license=("AGPL3") @@ -31,7 +31,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$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
