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

Felix Yan felixonmars at archlinux.org
Thu Aug 23 12:16:16 UTC 2018


    Date: Thursday, August 23, 2018 @ 12:16:16
  Author: felixonmars
Revision: 373396

upgpkg: haskell-yaml 0.10.0-1

rebuild with yaml 0.10.0

Modified:
  haskell-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-23 12:12:41 UTC (rev 373395)
+++ PKGBUILD	2018-08-23 12:16:16 UTC (rev 373396)
@@ -4,8 +4,8 @@
 
 _hkgname=yaml
 pkgname=haskell-yaml
-pkgver=0.9.0
-pkgrel=12
+pkgver=0.10.0
+pkgrel=1
 pkgdesc="Support for parsing and rendering YAML documents."
 url="https://github.com/snoyberg/yaml/"
 license=("custom:BSD3")
@@ -13,9 +13,9 @@
 depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-conduit' 'haskell-vector'
          'haskell-resourcet' 'haskell-scientific' 'haskell-unordered-containers')
 makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-mockery' 'haskell-base-compat'
-             'haskell-temporary')
+             'haskell-raw-strings-qq' 'haskell-temporary')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('f43f3d8aded68bba8434cbfc1d0e10341060d8059d3cdd13e91218cad44e458d23c023e56f1d24ac3c8a1f847fa1022371d719055668c798277b7c1b68354e5f')
+sha512sums=('21f6cb3bac8c00065f83e785d99e9602e8eaf884897504f27ce7a9a639165d782466f16433503390bb012055c49435864b4c95cc4922de21d923668ae58e0272')
 
 prepare() {
     sed -e '/semigroups/d' -i ${_hkgname}-${pkgver}/${_hkgname}.cabal



More information about the arch-commits mailing list