Date: Wednesday, June 22, 2022 @ 20:38:52 Author: felixonmars Revision: 1239038
upgpkg: haskell-singleton-bool 0.1.6-5: rebuild with some 1.0.4 Modified: haskell-singleton-bool/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-22 20:38:09 UTC (rev 1239037) +++ PKGBUILD 2022-06-22 20:38:52 UTC (rev 1239038) @@ -3,7 +3,7 @@ _hkgname=singleton-bool pkgname=haskell-singleton-bool pkgver=0.1.6 -pkgrel=4 +pkgrel=5 pkgdesc="Type level booleans" url="https://github.com/phadej/singleton-bool" 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
