Date: Wednesday, June 29, 2022 @ 15:32:49 Author: felixonmars Revision: 1240853
upgpkg: haskell-errors 2.3.0-65: rebuild with transformers-compat 0.7.2 Modified: haskell-errors/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-29 15:32:42 UTC (rev 1240852) +++ PKGBUILD 2022-06-29 15:32:49 UTC (rev 1240853) @@ -4,7 +4,7 @@ _hkgname=errors pkgname=haskell-errors pkgver=2.3.0 -pkgrel=64 +pkgrel=65 pkgdesc="Simplified error-handling" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") @@ -23,7 +23,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 runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
