Date: Wednesday, October 28, 2020 @ 20:09:28 Author: felixonmars Revision: 735669
upgpkg: idris 1.3.3-93: rebuild with optparse-applicative 0.16.0.0, optparse-generic 1.4.3, turtle 1.5.21 Modified: idris/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-28 19:34:11 UTC (rev 735668) +++ PKGBUILD 2020-10-28 20:09:28 UTC (rev 735669) @@ -3,7 +3,7 @@ pkgname=idris pkgver=1.3.3 -pkgrel=92 +pkgrel=93 pkgdesc="Functional Programming Language with Dependent Types" url="https://www.idris-lang.org/" license=("BSD") @@ -16,7 +16,7 @@ 'haskell-regex-tdfa' 'haskell-safe' 'haskell-split' 'haskell-terminal-size' 'haskell-uniplate' 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector' 'haskell-vector-binary-instances' 'haskell-zip-archive') -makedepends=('ghc' 'haskell-tagged' 'haskell-tasty' 'haskell-tasty-golden' 'haskell-tasty-rerun' +makedepends=('ghc' 'uusi' 'haskell-tagged' 'haskell-tasty' 'haskell-tasty-golden' 'haskell-tasty-rerun' 'nodejs') source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz" idris-haskeline-0.8.patch::https://github.com/idris-lang/Idris-dev/pull/4871.patch) @@ -28,7 +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 -e 's/< *1.5/<2/;s/< *3.1.2/<3.2/;s/< *1.2/<2/;s/< *0.11/<1/' idris.cabal + uusi idris.cabal } build() {
