Date: Monday, March 21, 2022 @ 19:02:42 Author: felixonmars Revision: 1167958
upgpkg: haskell-tasty-hedgehog 1.1.0.0-114: rebuild with hspec 2.9.2, hspec-core 2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1 Modified: haskell-tasty-hedgehog/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 19:02:12 UTC (rev 1167957) +++ PKGBUILD 2022-03-21 19:02:42 UTC (rev 1167958) @@ -3,7 +3,7 @@ _hkgname=tasty-hedgehog pkgname=haskell-tasty-hedgehog pkgver=1.1.0.0 -pkgrel=113 +pkgrel=114 pkgdesc="Integration for tasty and hedgehog" url="https://github.com/qfpl/tasty-hedgehog" license=('BSD') @@ -24,7 +24,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
