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

Felix Yan felixonmars at archlinux.org
Sat Jan 11 17:18:22 UTC 2020


    Date: Saturday, January 11, 2020 @ 17:18:21
  Author: felixonmars
Revision: 551965

upgpkg: haskell-servant 0.16.2-21: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2

Modified:
  haskell-servant/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-11 17:14:54 UTC (rev 551964)
+++ PKGBUILD	2020-01-11 17:18:21 UTC (rev 551965)
@@ -4,7 +4,7 @@
 _hkgname=servant
 pkgname=haskell-servant
 pkgver=0.16.2
-pkgrel=20
+pkgrel=21
 pkgdesc="A family of combinators for defining webservices APIs"
 url="http://haskell-servant.readthedocs.org/"
 license=("BSD")
@@ -21,7 +21,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *0.11/<1/' $_hkgname.cabal
+    sed -i -e 's/< *0.11/<1/' -e 's/< *4.13/<5/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list