Date: Monday, March 21, 2022 @ 18:58:57 Author: felixonmars Revision: 1167946
upgpkg: haskell-tasty-expected-failure 0.12.3-154: rebuild with hspec 2.9.2, hspec-core 2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1 (rebuild pass 1, specified --nocheck) Modified: haskell-tasty-expected-failure/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 18:58:50 UTC (rev 1167945) +++ PKGBUILD 2022-03-21 18:58:57 UTC (rev 1167946) @@ -4,7 +4,7 @@ _hkgname=tasty-expected-failure pkgname=haskell-tasty-expected-failure pkgver=0.12.3 -pkgrel=153 +pkgrel=154 pkgdesc="Mark tasty tests as failure expected" url="https://github.com/nomeata/tasty-expected-failure" license=("MIT") @@ -26,7 +26,7 @@ fi runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname "${_opts[@]}" \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
