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

Felix Yan felixonmars at archlinux.org
Fri Oct 19 02:05:22 UTC 2018


    Date: Friday, October 19, 2018 @ 02:05:21
  Author: felixonmars
Revision: 396854

upgpkg: haskell-yaml 0.11.0.0-1

rebuild with yaml 0.11.0.0

Modified:
  haskell-yaml/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-19 01:58:59 UTC (rev 396853)
+++ PKGBUILD	2018-10-19 02:05:21 UTC (rev 396854)
@@ -3,18 +3,18 @@
 
 _hkgname=yaml
 pkgname=haskell-yaml
-pkgver=0.10.4.0
-pkgrel=3
+pkgver=0.11.0.0
+pkgrel=1
 pkgdesc="Support for parsing and rendering YAML documents."
 url="https://github.com/snoyberg/yaml/"
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' 'libyaml' 'haskell-aeson' 'haskell-attoparsec' 'haskell-conduit' 'haskell-vector'
-         'haskell-resourcet' 'haskell-scientific' 'haskell-unordered-containers')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-conduit' 'haskell-libyaml'
+         'haskell-vector' 'haskell-resourcet' 'haskell-scientific' 'haskell-unordered-containers')
 makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-mockery' 'haskell-base-compat'
              'haskell-raw-strings-qq' 'haskell-temporary')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('7c29785b62246bd78420e7378397a40c6100b0825fb92da959d7d42244978c94a0bb3a6476123a3651b3a461455e8877fed67506768336691bb6ae63fe0062c4')
+sha512sums=('9797413d1e198a41f048c6364ea38ecc5f550f68442fb956eaa0448498b32184fc8155465c7ac41a4d7ed434ceab8955e17549723ba92f78146525467afc09a1')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -21,8 +21,7 @@
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
-        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-            -f-no-unicode -fsystem-libyaml -f-no-exe -fno-examples
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list