Date: Wednesday, June 28, 2017 @ 16:01:24 Author: felixonmars Revision: 241386
upgpkg: haskell-hspec-smallcheck 0.4.2-11 rebuild with QuickCheck,2.10.0.1 Modified: haskell-hspec-smallcheck/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-28 16:00:17 UTC (rev 241385) +++ PKGBUILD 2017-06-28 16:01:24 UTC (rev 241386) @@ -4,7 +4,7 @@ _hkgname=hspec-smallcheck pkgname=haskell-hspec-smallcheck pkgver=0.4.2 -pkgrel=10 +pkgrel=11 pkgdesc="SmallCheck support for the Hspec testing framework" url="http://hspec.github.io/" license=('MIT') @@ -18,7 +18,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
