[arch-commits] Commit in idris/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Apr 25 09:17:44 UTC 2020


    Date: Saturday, April 25, 2020 @ 09:17:44
  Author: felixonmars
Revision: 619846

upgpkg: idris 1.3.2-125: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 2.7

Modified:
  idris/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-25 09:00:08 UTC (rev 619845)
+++ PKGBUILD	2020-04-25 09:17:44 UTC (rev 619846)
@@ -3,7 +3,7 @@
 
 pkgname=idris
 pkgver=1.3.2
-pkgrel=124
+pkgrel=125
 pkgdesc="Functional Programming Language with Dependent Types"
 url="https://www.idris-lang.org/"
 license=("BSD")
@@ -11,7 +11,7 @@
 depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 'haskell-ansi-terminal'
          'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-base64-bytestring' 'haskell-blaze-html'
          'haskell-blaze-markup' 'haskell-cheapskate' 'haskell-code-page' 'haskell-fingertree'
-         'haskell-fsnotify' 'haskell-ieee754' 'haskell-libffi' 'haskell-megaparsec'
+         'haskell-fsnotify' 'haskell-haskeline0.7' 'haskell-ieee754' 'haskell-libffi' 'haskell-megaparsec'
          'haskell-network' 'haskell-optparse-applicative' 'haskell-parser-combinators'
          'haskell-regex-tdfa' 'haskell-safe' 'haskell-split' 'haskell-terminal-size'
          'haskell-uniplate' 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector'
@@ -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/' -e 's/< *8/<9/' -e 's/< *2.9/<4.9/' idris.cabal
+    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
 }
 
 build() {



More information about the arch-commits mailing list