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

Felix Yan felixonmars at archlinux.org
Sun Jun 11 05:12:51 UTC 2017


    Date: Sunday, June 11, 2017 @ 05:12:51
  Author: felixonmars
Revision: 236107

upgpkg: haskell-aeson-compat 0.3.7-1

rebuild with aeson-compat,0.3.7

Modified:
  haskell-aeson-compat/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-11 05:04:05 UTC (rev 236106)
+++ PKGBUILD	2017-06-11 05:12:51 UTC (rev 236107)
@@ -4,24 +4,22 @@
 
 _hkgname=aeson-compat
 pkgname=haskell-aeson-compat
-pkgver=0.3.6
-pkgrel=19
+pkgver=0.3.7
+pkgrel=1
 pkgdesc="Compatibility layer for aeson"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" "haskell-base-compat" "haskell-exceptions"
-         "haskell-hashable" "haskell-scientific" "haskell-semigroups" "haskell-text"
-         "haskell-tagged" "haskell-time-locale-compat" "haskell-unordered-containers"
-         "haskell-vector")
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" "haskell-attoparsec-iso8601"
+         "haskell-base-compat" "haskell-exceptions" "haskell-hashable" "haskell-scientific"
+         "haskell-semigroups" "haskell-text" "haskell-tagged" "haskell-time-locale-compat"
+         "haskell-unordered-containers" "haskell-vector")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('7aa365d9f44f708f25c939489528836aa10b411e0a3e630c8c2888670874d142')
+sha512sums=('b04ce7b048d0fc15c7fab2a29f20afba6e38c921601af68a0b3fc211c2b08b659536e22930a1a6094985cc3e3b98282e2019c32b95aab9b931ca9fa83b9dff09')
 
 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/' \
-        -e 's/, aeson                    >=0.7.0.6 && <1.1/, aeson                    >=0.7.0.6 \&\& <1.3/' \
         -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
 }
 



More information about the arch-commits mailing list