Date: Sunday, April 26, 2020 @ 04:52:57 Author: felixonmars Revision: 621377
upgpkg: idris 1.3.2-127: rebuild with base64-bytestring 1.1.0.0 Modified: idris/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-26 04:32:25 UTC (rev 621376) +++ PKGBUILD 2020-04-26 04:52:57 UTC (rev 621377) @@ -3,7 +3,7 @@ pkgname=idris pkgver=1.3.2 -pkgrel=126 +pkgrel=127 pkgdesc="Functional Programming Language with Dependent Types" url="https://www.idris-lang.org/" license=("BSD") @@ -31,7 +31,7 @@ sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls ../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \ libs/*/Makefile - sed -i -e 's/< *0.9/<1/;s/< *8/<9/;s/< *2.9/<4.9/;s/haskeline >= 0.7$/haskeline >= 0.7 \&\& < 0.8/' idris.cabal + sed -i -e 's/< *0.9/<1/;s/< *8/<9/;s/< *2.9/<4.9/;s/< *1.1/<2/;s/haskeline >= 0.7$/haskeline >= 0.7 \&\& < 0.8/' idris.cabal } build() {
