Date: Monday, May 25, 2020 @ 16:44:14 Author: felixonmars Revision: 634684
upgpkg: idris 1.3.3-3: rebuild with aeson 1.5.0.0 Modified: idris/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-25 16:43:44 UTC (rev 634683) +++ PKGBUILD 2020-05-25 16:44:14 UTC (rev 634684) @@ -3,7 +3,7 @@ pkgname=idris pkgver=1.3.3 -pkgrel=2 +pkgrel=3 pkgdesc="Functional Programming Language with Dependent Types" url="https://www.idris-lang.org/" license=("BSD") @@ -25,7 +25,7 @@ cd Idris-dev-$pkgver sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls ../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \ libs/*/Makefile - sed -i -e 's/haskeline >= 0.7$/haskeline >= 0.7 \&\& < 0.8/' idris.cabal + sed -i -e 's/< *1.5/<2/;s/haskeline >= 0.7$/haskeline >= 0.7 \&\& < 0.8/' idris.cabal } build() {
