[arch-commits] Commit in idris/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri May 31 05:38:18 UTC 2019
Date: Friday, May 31, 2019 @ 05:38:17
Author: felixonmars
Revision: 475381
upgpkg: idris 1.3.1-79
rebuild with ansi-terminal 0.9.1, ansi-wl-pprint 0.6.9, concurrent-output 1.10.10
Modified:
idris/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-31 05:31:04 UTC (rev 475380)
+++ PKGBUILD 2019-05-31 05:38:17 UTC (rev 475381)
@@ -3,7 +3,7 @@
pkgname=idris
pkgver=1.3.1
-pkgrel=78
+pkgrel=79
pkgdesc="Functional Programming Language with Dependent Types"
url="http://www.idris-lang.org/"
license=("BSD")
@@ -26,7 +26,7 @@
sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls ../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
libs/*/Makefile
- sed -i -e 's/< *1.4/<2/' -e 's/< *0.6/<1/' -e 's/< *0.2/<1/' -e 's/< *0.4/<1/' -e 's/< *2.8/<4/' idris.cabal
+ sed -i -e 's/< *1.4/<2/' -e 's/< *0.6/<1/' -e 's/< *0.2/<1/' -e 's/< *0.4/<1/' -e 's/< *2.8/<4/' -e 's/< *0.9/<1/' idris.cabal
sed -i '1i{-# language NoMonadFailDesugaring #-}' src/Idris/Core/CaseTree.hs src/Idris/Parser/Stack.hs src/Idris/Elab/Term.hs
}
More information about the arch-commits
mailing list