[arch-commits] Commit in haskell-servant-client-core/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 21 20:37:04 UTC 2022


    Date: Monday, March 21, 2022 @ 20:37:04
  Author: felixonmars
Revision: 1168354

upgpkg: haskell-servant-client-core 0.18.3-71: rebuild with hspec 2.9.2, hspec-core 2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1

Modified:
  haskell-servant-client-core/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 20:36:53 UTC (rev 1168353)
+++ PKGBUILD	2022-03-21 20:37:04 UTC (rev 1168354)
@@ -3,7 +3,7 @@
 _hkgname=servant-client-core
 pkgname=haskell-servant-client-core
 pkgver=0.18.3
-pkgrel=70
+pkgrel=71
 pkgdesc="Core functionality and class for client function generation for servant APIs"
 url="http://docs.servant.dev/"
 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 --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'



More information about the arch-commits mailing list