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

Felix Yan felixonmars at archlinux.org
Tue May 12 16:07:33 UTC 2020


    Date: Tuesday, May 12, 2020 @ 16:07:32
  Author: felixonmars
Revision: 627020

upgpkg: haskell-binary-orphans 1.0.1-10: rebuild with tasty 1.3

Modified:
  haskell-binary-orphans/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-12 15:37:55 UTC (rev 627019)
+++ PKGBUILD	2020-05-12 16:07:32 UTC (rev 627020)
@@ -4,7 +4,7 @@
 _hkgname=binary-orphans
 pkgname=haskell-binary-orphans
 pkgver=1.0.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Orphan instances for binary"
 url="https://github.com/phadej/binary-orphans"
 license=("BSD")
@@ -18,7 +18,7 @@
 prepare() {
     cd $_hkgname-$pkgver
     echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
-    sed -i -e 's/< *0.8.7/<1/;s/< *2.14/<3/;s/< *4.14/<5/' $_hkgname.cabal
+    sed -i -e 's/< *0.8.7/<1/;s/< *2.14/<3/;s/< *4.14/<5/;s/< *1.3/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list