Date: Friday, June 10, 2022 @ 13:53:10 Author: felixonmars Revision: 1230190
upgpkg: haskell-microlens-th 0.4.3.10-6: rebuild with microlens 0.4.13.0 Modified: haskell-microlens-th/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-10 13:53:00 UTC (rev 1230189) +++ PKGBUILD 2022-06-10 13:53:10 UTC (rev 1230190) @@ -3,7 +3,7 @@ _hkgname=microlens-th pkgname=haskell-microlens-th pkgver=0.4.3.10 -pkgrel=5 +pkgrel=6 pkgdesc="Automatic generation of record lenses for microlens" url="https://github.com/monadfix/microlens" 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 --enable-tests \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ -finlining runhaskell Setup build $MAKEFLAGS
