Date: Monday, March 21, 2022 @ 19:25:05 Author: felixonmars Revision: 1168084
upgpkg: haskell-vector-instances 3.4-347: rebuild with hspec 2.9.2, hspec-core 2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1 Modified: haskell-vector-instances/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 19:24:52 UTC (rev 1168083) +++ PKGBUILD 2022-03-21 19:25:05 UTC (rev 1168084) @@ -4,7 +4,7 @@ _hkgname=vector-instances pkgname=haskell-vector-instances pkgver=3.4 -pkgrel=346 +pkgrel=347 pkgdesc="Orphan Instances for 'Data.Vector'" url="https://github.com/ekmett/vector-instances" license=("BSD") @@ -24,7 +24,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 \ -fhashable runhaskell Setup build $MAKEFLAGS
