Date: Monday, May 31, 2021 @ 06:51:45 Author: felixonmars Revision: 951876
upgpkg: dhall-docs 1.0.5-14: rebuild with unliftio 0.2.16 Modified: dhall-docs/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-31 06:50:54 UTC (rev 951875) +++ PKGBUILD 2021-05-31 06:51:45 UTC (rev 951876) @@ -2,7 +2,7 @@ pkgname=dhall-docs pkgver=1.0.5 -pkgrel=13 +pkgrel=14 pkgdesc="Generate HTML docs from a dhall package" url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-docs" license=("BSD") @@ -24,7 +24,7 @@ cd $pkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie'
