Date: Wednesday, June 28, 2017 @ 15:59:56 Author: felixonmars Revision: 241384
upgpkg: haskell-hspec 2.4.4-2 rebuild with QuickCheck,2.10.0.1 Modified: haskell-hspec/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-28 15:58:40 UTC (rev 241383) +++ PKGBUILD 2017-06-28 15:59:56 UTC (rev 241384) @@ -4,7 +4,7 @@ _hkgname=hspec pkgname=haskell-hspec pkgver=2.4.4 -pkgrel=1 +pkgrel=2 pkgdesc="A Testing Framework for Haskell" url="http://hspec.github.io/" 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
