Date: Monday, March 21, 2022 @ 15:20:19 Author: felixonmars Revision: 1166988
upgpkg: haskell-test-framework-hunit 0.3.0.2-420: rebuild with hspec 2.9.2, hspec-core 2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1 Modified: haskell-test-framework-hunit/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 15:20:06 UTC (rev 1166987) +++ PKGBUILD 2022-03-21 15:20:19 UTC (rev 1166988) @@ -4,7 +4,7 @@ _hkgname=test-framework-hunit pkgname=haskell-test-framework-hunit pkgver=0.3.0.2 -pkgrel=419 +pkgrel=420 pkgdesc="HUnit support for the test-framework package." url="https://batterseapower.github.io/test-framework/" license=("BSD") @@ -22,7 +22,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-base3 -fbase4 runhaskell Setup build $MAKEFLAGS
