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

Felix Yan felixonmars at archlinux.org
Fri Mar 13 13:28:46 UTC 2020


    Date: Friday, March 13, 2020 @ 13:28:44
  Author: felixonmars
Revision: 595948

upgpkg: haskell-servant-server 0.17-1: rebuild with servant 0.17, servant-server 0.17, servant-swagger 1.1.8

Modified:
  haskell-servant-server/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-13 13:27:06 UTC (rev 595947)
+++ PKGBUILD	2020-03-13 13:28:44 UTC (rev 595948)
@@ -3,8 +3,8 @@
 
 _hkgname=servant-server
 pkgname=haskell-servant-server
-pkgver=0.16.2
-pkgrel=120
+pkgver=0.17
+pkgrel=1
 pkgdesc="A family of combinators for defining webservices APIs and serving them"
 url="https://haskell-servant.readthedocs.org/"
 license=("BSD")
@@ -15,17 +15,12 @@
          'haskell-string-conversions' 'haskell-resourcet' 'haskell-tagged'
          'haskell-transformers-base' 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp'
          'haskell-word8')
-makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hspec' 'haskell-hspec-wai'
-             'haskell-should-not-typecheck' 'haskell-quickcheck' 'haskell-safe' 'haskell-wai-extra'
-             'haskell-temporary' 'haskell-transformers-compat')
+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=('e3bf75e6fb6422e30d7851be7b07f33509f37d9c9c28464c20b3a1fd9cea9b7dd7c328b54438efabf42beecdf0f08fee174be526742c8915ad035fef701ca871')
+sha512sums=('3fd891175b3a5d5ea0d6f52749d6c41c692bc7812a7b3f54c9524f810a5ba4bb9f85e163c624cfdc52dcc8fda4dfe00306abbf00905293a88d11a28fc83ec03b')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i -e 's/< *4.13/<5/' -e 's/< *0.11/<1/' -e 's/< *0.10/<1/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list