Date: Monday, March 21, 2022 @ 17:24:14 Author: felixonmars Revision: 1167508
upgpkg: haskell-monad-par 0.3.5-155: rebuild with hspec 2.9.2, hspec-core 2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1 Modified: haskell-monad-par/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 17:24:08 UTC (rev 1167507) +++ PKGBUILD 2022-03-21 17:24:14 UTC (rev 1167508) @@ -4,7 +4,7 @@ _hkgname=monad-par pkgname=haskell-monad-par pkgver=0.3.5 -pkgrel=154 +pkgrel=155 pkgdesc="A library for parallel programming based on a monad" url="https://github.com/simonmar/monad-par" license=("BSD") @@ -19,7 +19,7 @@ cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ -f-newgeneric -f-chaselev runhaskell Setup build $MAKEFLAGS
