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

Felix Yan felixonmars at archlinux.org
Wed Feb 26 14:49:52 UTC 2020


    Date: Wednesday, February 26, 2020 @ 14:49:52
  Author: felixonmars
Revision: 582956

upgpkg: haskell-servant-server 0.16.2-104: rebuild with hspec-wai 0.10.0, hspec-wai-json 0.10.0

Modified:
  haskell-servant-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 14:47:43 UTC (rev 582955)
+++ PKGBUILD	2020-02-26 14:49:52 UTC (rev 582956)
@@ -4,7 +4,7 @@
 _hkgname=servant-server
 pkgname=haskell-servant-server
 pkgver=0.16.2
-pkgrel=103
+pkgrel=104
 pkgdesc="A family of combinators for defining webservices APIs and serving them"
 url="https://haskell-servant.readthedocs.org/"
 license=("BSD")
@@ -23,7 +23,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e 's/< *4.13/<5/' -e 's/< *0.11/<1/' $_hkgname.cabal
+    sed -i -e 's/< *0.10/<1/' -e 's/< *4.13/<5/' -e 's/< *0.11/<1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list