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

Felix Yan felixonmars at archlinux.org
Sat May 15 14:33:12 UTC 2021


    Date: Saturday, May 15, 2021 @ 14:33:12
  Author: felixonmars
Revision: 934651

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

Modified:
  haskell-servant-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-15 14:10:59 UTC (rev 934650)
+++ PKGBUILD	2021-05-15 14:33:12 UTC (rev 934651)
@@ -4,7 +4,7 @@
 _hkgname=servant-server
 pkgname=haskell-servant-server
 pkgver=0.18.2
-pkgrel=85
+pkgrel=86
 pkgdesc="A family of combinators for defining webservices APIs and serving them"
 url="https://haskell-servant.readthedocs.org/"
 license=("BSD")
@@ -22,7 +22,7 @@
 sha512sums=('a8203535a2d4a62b16f717e262fda28685bba466c5e271b2bba991a668a7df4d494de8c10b0843faf3d56e71dba0f88065066ba7acce0e66e16d4a6ba2d96229')
 
 prepare() {
-    uusi -u http-api-data -u base64-bytestring $_hkgname-$pkgver/$_hkgname.cabal
+    uusi -u hspec -u http-api-data -u base64-bytestring $_hkgname-$pkgver/$_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list