Date: Monday, March 21, 2022 @ 03:37:58 Author: felixonmars Revision: 1166643
upgpkg: haskell-githash 0.1.6.2-79: rebuil with memory 0.17.0 Modified: haskell-githash/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 03:37:52 UTC (rev 1166642) +++ PKGBUILD 2022-03-21 03:37:58 UTC (rev 1166643) @@ -3,7 +3,7 @@ _hkgname=githash pkgname=haskell-githash pkgver=0.1.6.2 -pkgrel=78 +pkgrel=79 pkgdesc="Some handy Template Haskell splices for including the current git hash and branch in the code of your project" url="https://github.com/snoyberg/githash" license=('BSD') @@ -22,7 +22,7 @@ cd $_hkgname 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=-fllvm runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
