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

Felix Yan felixonmars at archlinux.org
Wed Jan 22 11:51:13 UTC 2020


    Date: Wednesday, January 22, 2020 @ 11:51:13
  Author: felixonmars
Revision: 553462

upgpkg: haskell-swagger2 2.3.1.1-75: 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, tls 1.5.0, safecopy 0.10.2, singletons 2.6, clash-prelude 1.0.1

Modified:
  haskell-swagger2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-22 11:43:13 UTC (rev 553461)
+++ PKGBUILD	2020-01-22 11:51:13 UTC (rev 553462)
@@ -4,7 +4,7 @@
 _hkgname=swagger2
 pkgname=haskell-swagger2
 pkgver=2.3.1.1
-pkgrel=74
+pkgrel=75
 pkgdesc="Swagger 2.0 data model"
 url="https://github.com/GetShopTV/swagger2"
 license=("BSD")
@@ -25,7 +25,7 @@
 prepare() {
     cd $_hkgname-$pkgver
     patch -p1 -i ../generics-sop-0.5.patch
-    sed -i -e 's/< *0.8/<1/' -e 's/< *2.13/<3/' -e 's/< *0.11/<1/' $_hkgname.cabal
+    sed -i -e 's/< *0.8/<1/' -e 's/< *1/<2/' -e 's/< *2/<3/' -e 's/< *0.11/<1/' -e 's/< *4/<5/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list