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

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 30 12:01:14 UTC 2022


    Date: Tuesday, August 30, 2022 @ 12:01:14
  Author: felixonmars
Revision: 1288676

upgpkg: haskell-servant 0.19-1: rebuild with servant 0.19, servant-client 0.19, servant-client-core 0.19, servant-server 0.19

Modified:
  haskell-servant/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-30 12:00:41 UTC (rev 1288675)
+++ PKGBUILD	2022-08-30 12:01:14 UTC (rev 1288676)
@@ -3,20 +3,20 @@
 
 _hkgname=servant
 pkgname=haskell-servant
-pkgver=0.18.3
-pkgrel=106
+pkgver=0.19
+pkgrel=1
 pkgdesc="A family of combinators for defining webservices APIs"
 url="http://haskell-servant.readthedocs.org/"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-base-compat' 'haskell-aeson' 'haskell-attoparsec'
-         'haskell-bifunctors' 'haskell-case-insensitive' 'haskell-http-api-data'
-         'haskell-http-media' 'haskell-http-types' 'haskell-mmorph' 'haskell-network-uri'
-         'haskell-quickcheck' 'haskell-tagged' 'haskell-sop-core' 'haskell-singleton-bool'
-         'haskell-string-conversions' 'haskell-vault')
+         'haskell-bifunctors' 'haskell-case-insensitive' 'haskell-constraints'
+         'haskell-http-api-data' 'haskell-http-media' 'haskell-http-types' 'haskell-mmorph'
+         'haskell-network-uri' 'haskell-quickcheck' 'haskell-tagged' 'haskell-sop-core'
+         'haskell-singleton-bool' 'haskell-string-conversions' 'haskell-vault')
 makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-quickcheck-instances')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('818569dc38fdb5df5a489c4a6622e65698439fbf8c24d4969a84728a1acd33966aeb55300c2d9e2381d59328fc12e9867d37b83a1fbb1e3b59b386700abc595e')
+sha512sums=('5f7a7a03e7cb1f729cf4265a767006b4d65dfadea878540df3ffb8347e1d2ff5d8faaa58a5e032535a489fd45e1da81dc9424c2d931b6d26adf156ee59f1c003')
 
 prepare() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list