[arch-commits] Commit in haskell-servant-client-core/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jul 6 02:09:48 UTC 2021
Date: Tuesday, July 6, 2021 @ 02:09:48
Author: felixonmars
Revision: 972577
upgpkg: haskell-servant-client-core 0.18.3-1: rebuild with servant 0.18.3, servant-client 0.18.3, servant-client-core 0.18.3, servant-server 0.18.3
Modified:
haskell-servant-client-core/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-06 02:08:58 UTC (rev 972576)
+++ PKGBUILD 2021-07-06 02:09:48 UTC (rev 972577)
@@ -2,8 +2,8 @@
_hkgname=servant-client-core
pkgname=haskell-servant-client-core
-pkgver=0.18.2
-pkgrel=67
+pkgver=0.18.3
+pkgrel=1
pkgdesc="Core functionality and class for client function generation for servant APIs"
url="http://docs.servant.dev/"
license=("BSD")
@@ -11,14 +11,10 @@
depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat' 'haskell-base64-bytestring' 'haskell-free'
'haskell-http-media' 'haskell-http-types' 'haskell-network-uri' 'haskell-safe'
'haskell-servant' 'haskell-sop-core')
-makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-discover')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-discover')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('799c40759420b947b860521ea2347da98e2c8bb9a4097651ea1a888f044b842c')
+sha512sums=('62f78cb92a6436c5b772a89750bdd7ce9bd077bb58ca5cea49b74c2a08c5d6c95e41e0f51bc153a75808fe75b835b6313bc8be34dbb70f477432cb626eefe076')
-prepare() {
- uusi -u QuickCheck -u base -u base64-bytestring -u hspec -u template-haskell $_hkgname-$pkgver/$_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list