Date: Sunday, August 6, 2017 @ 07:45:27 Author: felixonmars Revision: 248905
upgpkg: idris 1.1.0-7 rebuild with ansi-wl-pprint,0.6.8 trifecta,1.7.1.1 Modified: idris/trunk/PKGBUILD ----------+ PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-06 07:17:30 UTC (rev 248904) +++ PKGBUILD 2017-08-06 07:45:27 UTC (rev 248905) @@ -4,7 +4,7 @@ pkgname=idris pkgver=1.1.0 -pkgrel=6 +pkgrel=7 pkgdesc="Functional Programming Language with Dependent Types" url="http://www.idris-lang.org/" license=("custom:BSD3") @@ -26,6 +26,8 @@ cd Idris-dev-$pkgver patch -p1 -i ../cheapskate-0.1.1.patch + sed -i 's/, trifecta >= 1.6 && < 1.7/, trifecta >= 1.6 \&\& < 1.8/' idris.cabal + sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls ../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \ libs/*/Makefile }
