Date: Monday, October 10, 2022 @ 15:20:34 Author: felixonmars Revision: 1326331
upgpkg: idris 1.3.4-43: rebuild with vector 0.13.0.0 Modified: idris/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-10 15:20:23 UTC (rev 1326330) +++ PKGBUILD 2022-10-10 15:20:34 UTC (rev 1326331) @@ -3,7 +3,7 @@ pkgname=idris pkgver=1.3.4 -pkgrel=42 +pkgrel=43 pkgdesc="Functional Programming Language with Dependent Types" url="https://www.idris-lang.org/" license=("BSD") @@ -25,7 +25,7 @@ cd Idris-dev-$pkgver sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls ../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \ libs/*/Makefile - uusi -u Cabal -u aeson -u network -u libffi -u optparse-applicative idris.cabal + uusi -u Cabal -u aeson -u network -u libffi -u optparse-applicative -u vector idris.cabal } build() {
