Date: Tuesday, August 9, 2022 @ 15:20:44 Author: felixonmars Revision: 1263602
upgpkg: haskell-generics-sop 0.5.1.2-2: rebuild with th-abstraction 0.4.4.0 Modified: haskell-generics-sop/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-09 15:20:31 UTC (rev 1263601) +++ PKGBUILD 2022-08-09 15:20:44 UTC (rev 1263602) @@ -4,7 +4,7 @@ _hkgname=generics-sop pkgname=haskell-generics-sop pkgver=0.5.1.2 -pkgrel=1 +pkgrel=2 pkgdesc="Generic Programming using True Sums of Products" 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 --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
