[arch-commits] Commit in haskell-servant-client/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat May 15 14:36:07 UTC 2021
Date: Saturday, May 15, 2021 @ 14:36:07
Author: felixonmars
Revision: 934653
upgpkg: haskell-servant-client 0.18.2-88: rebuild with hspec 2.8.0, hspec-core 2.8.0, hspec-discover 2.8.0, tasty-hspec 1.1.7
Modified:
haskell-servant-client/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-15 14:33:29 UTC (rev 934652)
+++ PKGBUILD 2021-05-15 14:36:07 UTC (rev 934653)
@@ -3,7 +3,7 @@
_hkgname=servant-client
pkgname=haskell-servant-client
pkgver=0.18.2
-pkgrel=87
+pkgrel=88
pkgdesc="Automatic derivation of querying functions for servant"
url="http://docs.servant.dev/"
license=("BSD")
@@ -20,7 +20,7 @@
sha256sums=('2172febb8d288c7776e20298e21b6c054f41129608147eeb93c2e412abbc9c29')
prepare() {
- uusi -u QuickCheck -u http-client $_hkgname-$pkgver/$_hkgname.cabal
+ uusi -u QuickCheck -u hspec -u http-client $_hkgname-$pkgver/$_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list