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

Felix Yan felixonmars at archlinux.org
Tue Jul 6 02:07:07 UTC 2021


    Date: Tuesday, July 6, 2021 @ 02:07:06
  Author: felixonmars
Revision: 972573

upgpkg: haskell-servant-server 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-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-06 02:05:21 UTC (rev 972572)
+++ PKGBUILD	2021-07-06 02:07:06 UTC (rev 972573)
@@ -3,8 +3,8 @@
 
 _hkgname=servant-server
 pkgname=haskell-servant-server
-pkgver=0.18.2
-pkgrel=103
+pkgver=0.18.3
+pkgrel=1
 pkgdesc="A family of combinators for defining webservices APIs and serving them"
 url="https://haskell-servant.readthedocs.org/"
 license=("BSD")
@@ -15,16 +15,12 @@
          'haskell-sop-core' 'haskell-string-conversions' 'haskell-resourcet' 'haskell-tagged'
          'haskell-transformers-base' 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp'
          'haskell-word8')
-makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-hspec-wai' 'haskell-should-not-typecheck'
+makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-wai' 'haskell-should-not-typecheck'
              'haskell-quickcheck' 'haskell-safe' 'haskell-wai-extra' 'haskell-temporary'
              'haskell-transformers-compat')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('a8203535a2d4a62b16f717e262fda28685bba466c5e271b2bba991a668a7df4d494de8c10b0843faf3d56e71dba0f88065066ba7acce0e66e16d4a6ba2d96229')
+sha512sums=('c89a676de870cba67b86e818a87f144a316294d6ef786bdcc20017da48089cf0c25fc434ed0b42e81053fae4ad1ac0628443e4d0afb7f17fa53a1b5516272d28')
 
-prepare() {
-    uusi -u base -u hspec -u http-api-data -u base64-bytestring $_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 




More information about the arch-commits mailing list