Date: Monday, March 21, 2022 @ 20:21:51 Author: felixonmars Revision: 1168294
upgpkg: haskell-lens-aeson 1.1.3-34: rebuild with hspec 2.9.2, hspec-core 2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1 Modified: haskell-lens-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 20:21:38 UTC (rev 1168293) +++ PKGBUILD 2022-03-21 20:21:51 UTC (rev 1168294) @@ -3,7 +3,7 @@ _hkgname=lens-aeson pkgname=haskell-lens-aeson pkgver=1.1.3 -pkgrel=33 +pkgrel=34 pkgdesc="Law-abiding lenses for aeson" url="https://github.com/lens/lens-aeson/" license=('MIT') @@ -18,7 +18,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 \ -f-test-doctests runhaskell Setup build $MAKEFLAGS
