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

Felix Yan felixonmars at archlinux.org
Tue Oct 16 19:00:42 UTC 2018


    Date: Tuesday, October 16, 2018 @ 19:00:41
  Author: felixonmars
Revision: 394795

upgpkg: haskell-hackage-security 0.5.3.0-30

rebuild with ghc 8.6.1

Modified:
  haskell-hackage-security/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-16 18:57:46 UTC (rev 394794)
+++ PKGBUILD	2018-10-16 19:00:41 UTC (rev 394795)
@@ -4,7 +4,7 @@
 _hkgname=hackage-security
 pkgname=haskell-hackage-security
 pkgver=0.5.3.0
-pkgrel=29
+pkgrel=30
 pkgdesc="Hackage security library"
 url="https://github.com/well-typed/hackage-security"
 license=("custom:BSD3")
@@ -18,7 +18,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/<.*2.7/<3/' $_hkgname.cabal
+    sed -i -e 's/<.*2.7/<3/' -e 's/< *2.4/<3/' -e 's/< *4.12/<5/' -e 's/< *0.6/<1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list