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

Felix Yan felixonmars at archlinux.org
Wed Jun 21 16:44:11 UTC 2017


    Date: Wednesday, June 21, 2017 @ 16:44:10
  Author: felixonmars
Revision: 239286

upgpkg: haskell-yaml 0.8.23.1-1

rebuild with yaml,0.8.23.1

Modified:
  haskell-yaml/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-21 16:39:12 UTC (rev 239285)
+++ PKGBUILD	2017-06-21 16:44:10 UTC (rev 239286)
@@ -4,17 +4,17 @@
 
 _hkgname=yaml
 pkgname=haskell-yaml
-pkgver=0.8.23
-pkgrel=9
+pkgver=0.8.23.1
+pkgrel=1
 pkgdesc="Support for parsing and rendering YAML documents."
 url="http://github.com/snoyberg/yaml/"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-aeson" "haskell-attoparsec" "haskell-conduit" "haskell-vector"
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-conduit" "haskell-vector"
          "haskell-resourcet" "haskell-scientific" "haskell-semigroups" "haskell-text"
          "haskell-unordered-containers")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('ec9c623be311646a7c2c063af6bb2686a6b08a3b05ec1bf8ffeaf4abdc3bc36fae7684fedb9c2c958058dc347d077deaa5475bc505c3bfaf2dac533bc87ea2b4')
+sha512sums=('142b853ab191b71fef4d9731d9862c309289522e5b776a50df2dbf04e538ca2dd2f5bb34ed1468ff43bd61f37f2279c2a1ba64b0bc121f63d0cfe25dc0e57931')
 
 prepare() {
     # Needed only for examples, which won't be built
@@ -26,7 +26,7 @@
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid \
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-no-unicode -f-system-libyaml -f-no-exe -fno-examples
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html



More information about the arch-commits mailing list