[arch-commits] Commit in stack/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Aug 14 11:55:52 UTC 2017
Date: Monday, August 14, 2017 @ 11:55:51
Author: felixonmars
Revision: 250299
upgpkg: stack 1.5.0-29
rebuild with aeson,1.2.1.0
Modified:
stack/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-08-14 11:05:27 UTC (rev 250298)
+++ PKGBUILD 2017-08-14 11:55:51 UTC (rev 250299)
@@ -4,7 +4,7 @@
pkgname=stack
pkgver=1.5.0
-pkgrel=28
+pkgrel=29
pkgdesc="The Haskell Tool Stack"
url="https://github.com/commercialhaskell/stack"
license=("custom:BSD3")
@@ -45,6 +45,7 @@
sed -e 's/cryptonite >= 0.19 && < 0.24/cryptonite >= 0.19 \&\& < 0.25/' \
-e 's/, path >= 0.5.8 && < 0.6/, path >= 0.5.8 \&\& < 0.7/' \
+ -e 's/, aeson (>= 1.0 && < 1.2)/, aeson (>= 1.0 \&\& < 1.3)/' \
-i stack.cabal
}
@@ -73,7 +74,7 @@
runhaskell Setup copy --destdir="${pkgdir}"
install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-
+
LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) "${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > stack_completion_script
install -Dm644 stack_completion_script "${pkgdir}/usr/share/bash-completion/completions/stack"
More information about the arch-commits
mailing list