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

Felix Yan felixonmars at archlinux.org
Sun Sep 27 12:40:31 UTC 2020


    Date: Sunday, September 27, 2020 @ 12:40:30
  Author: felixonmars
Revision: 712638

upgpkg: haskell-servant-server 0.18-8: rebuild with hspec-wai 0.11.0, hspec-wai-json 0.11.0

Modified:
  haskell-servant-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-27 12:38:23 UTC (rev 712637)
+++ PKGBUILD	2020-09-27 12:40:30 UTC (rev 712638)
@@ -4,7 +4,7 @@
 _hkgname=servant-server
 pkgname=haskell-servant-server
 pkgver=0.18
-pkgrel=7
+pkgrel=8
 pkgdesc="A family of combinators for defining webservices APIs and serving them"
 url="https://haskell-servant.readthedocs.org/"
 license=("BSD")
@@ -15,7 +15,7 @@
          'haskell-string-conversions' 'haskell-resourcet' 'haskell-tagged'
          'haskell-transformers-base' 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp'
          'haskell-word8')
-makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-wai' 'haskell-should-not-typecheck'
+makedepends=('ghc' 'uusi' '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")
@@ -23,7 +23,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *2.14/<3/;s/< *1.2/<2/;s/< *0.4.2/<1/' $_hkgname.cabal
+    uusi $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list