Date: Thursday, March 2, 2023 @ 21:47:07 Author: felixonmars Revision: 1407986
upgpkg: haskell-type-hint 0.1-27: rebuild with tagged 0.8.7 Modified: haskell-type-hint/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-02 21:47:05 UTC (rev 1407985) +++ PKGBUILD 2023-03-02 21:47:07 UTC (rev 1407986) @@ -3,7 +3,7 @@ _hkgname=type-hint pkgname=haskell-type-hint pkgver=0.1 -pkgrel=26 +pkgrel=27 pkgdesc="Guide type inference with proxy values" url="https://github.com/mvv/type-hint" license=('BSD') @@ -17,7 +17,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
