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

Felix Yan felixonmars at archlinux.org
Fri May 14 15:20:11 UTC 2021


    Date: Friday, May 14, 2021 @ 15:20:11
  Author: felixonmars
Revision: 934169

upgpkg: haskell-servant 0.18.2-53: rebuild with hspec 2.8.0, hspec-core 2.8.0, hspec-discover 2.8.0, tasty-hspec 1.1.7

Modified:
  haskell-servant/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-14 15:14:27 UTC (rev 934168)
+++ PKGBUILD	2021-05-14 15:20:11 UTC (rev 934169)
@@ -4,7 +4,7 @@
 _hkgname=servant
 pkgname=haskell-servant
 pkgver=0.18.2
-pkgrel=52
+pkgrel=53
 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 -u singleton-bool $_hkgname-$pkgver/$_hkgname.cabal
+    uusi -u attoparsec -u hspec -u http-api-data -u singleton-bool $_hkgname-$pkgver/$_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list