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

Felix Yan felixonmars at archlinux.org
Thu May 4 04:15:17 UTC 2017


    Date: Thursday, May 4, 2017 @ 04:15:16
  Author: felixonmars
Revision: 226734

upgpkg: haskell-binary-tagged 0.1.4.2-17

rebuild with aeson,1.1.2.0 purescript,0.11.4

Modified:
  haskell-binary-tagged/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-04 04:14:12 UTC (rev 226733)
+++ PKGBUILD	2017-05-04 04:15:16 UTC (rev 226734)
@@ -5,7 +5,7 @@
 _hkgname=binary-tagged
 pkgname=haskell-binary-tagged
 pkgver=0.1.4.2
-pkgrel=16
+pkgrel=17
 pkgdesc="Tagged binary serialisation."
 url="https://github.com/phadej/binary-tagged#readme"
 license=("custom:BSD3")
@@ -20,6 +20,7 @@
     # nats is an empty package in new GHC
     sed -e '/nats/d' \
         -e 's/, vector                   >=0.10 && <0.12/, vector                   >=0.10 \&\& <0.13/' \
+        -e 's/, aeson                    >=0.8  && <1.1/, aeson                    >=0.8  \&\& <1.3/' \
         -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
 }
 



More information about the arch-commits mailing list