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

Felix Yan felixonmars at archlinux.org
Tue Apr 20 22:14:56 UTC 2021


    Date: Tuesday, April 20, 2021 @ 22:14:56
  Author: felixonmars
Revision: 920426

upgpkg: haskell-servant 0.18.2-48: rebuild with singleton-bool 0.1.6

Modified:
  haskell-servant/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 22:09:32 UTC (rev 920425)
+++ PKGBUILD	2021-04-20 22:14:56 UTC (rev 920426)
@@ -4,7 +4,7 @@
 _hkgname=servant
 pkgname=haskell-servant
 pkgver=0.18.2
-pkgrel=47
+pkgrel=48
 pkgdesc="A family of combinators for defining webservices APIs"
 url="http://haskell-servant.readthedocs.org/"
 license=("BSD")
@@ -19,7 +19,7 @@
 sha512sums=('97214847dc3a66d167be93ae28ab711058652b7b0201a14e7b2093b34b21c731f359f2022a6dea2a1f78ba6f27d1ea78332e5b64a03200b6c5e73c1bc44a0c88')
 
 prepare() {
-    uusi -u attoparsec -u http-api-data $_hkgname-$pkgver/$_hkgname.cabal
+    uusi -u attoparsec -u http-api-data -u singleton-bool $_hkgname-$pkgver/$_hkgname.cabal
 }
 
 build() {
@@ -37,7 +37,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list