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

Felix Yan felixonmars at archlinux.org
Fri Apr 7 19:38:25 UTC 2017


    Date: Friday, April 7, 2017 @ 19:38:24
  Author: felixonmars
Revision: 221305

upgpkg: haskell-binary-tagged 0.1.4.2-12

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-binary-tagged/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-07 19:31:20 UTC (rev 221304)
+++ PKGBUILD	2017-04-07 19:38:24 UTC (rev 221305)
@@ -5,7 +5,7 @@
 _hkgname=binary-tagged
 pkgname=haskell-binary-tagged
 pkgver=0.1.4.2
-pkgrel=11
+pkgrel=12
 pkgdesc="Tagged binary serialisation."
 url="https://github.com/phadej/binary-tagged#readme"
 license=("custom:BSD3")
@@ -19,6 +19,7 @@
 prepare() {
     # nats is an empty package in new GHC
     sed -e '/nats/d' \
+        -e 's/, vector                   >=0.10 && <0.12/, vector                   >=0.10 \&\& <0.13/' \
         -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
 }
 



More information about the arch-commits mailing list