Date: Wednesday, December 16, 2020 @ 12:16:41 Author: felixonmars Revision: 776652
upgpkg: idris 1.3.3-126: rebuild with megaparsec 9.0.0, hspec-megaparsec 2.2.0 Modified: idris/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-16 12:11:46 UTC (rev 776651) +++ PKGBUILD 2020-12-16 12:16:41 UTC (rev 776652) @@ -3,7 +3,7 @@ pkgname=idris pkgver=1.3.3 -pkgrel=125 +pkgrel=126 pkgdesc="Functional Programming Language with Dependent Types" url="https://www.idris-lang.org/" license=("BSD") @@ -28,6 +28,7 @@ patch -p1 -i ../idris-haskeline-0.8.patch sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls ../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \ libs/*/Makefile + sed -i 's/Just sline/sline/' src/Idris/Parser/Stack.hs uusi idris.cabal }
