Date: Sunday, March 20, 2022 @ 22:08:47 Author: felixonmars Revision: 1166313
upgpkg: haskell-servant-client 0.18.3-126: rebuild with wai-app-static 3.1.7.4 Modified: haskell-servant-client/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-20 22:08:39 UTC (rev 1166312) +++ PKGBUILD 2022-03-20 22:08:47 UTC (rev 1166313) @@ -3,7 +3,7 @@ _hkgname=servant-client pkgname=haskell-servant-client pkgver=0.18.3 -pkgrel=125 +pkgrel=126 pkgdesc="Automatic derivation of querying functions for servant" url="http://docs.servant.dev/" license=("BSD") @@ -28,7 +28,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 \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie'
