From 01f6077e88c65a540f9c9c95ff27ee9b50d9d7af Mon Sep 17 00:00:00 2001 From: slotThe Date: Tue, 2 Nov 2021 08:57:33 +0100 Subject: [PATCH] shellcheck: bump for ghc 8.10.7 --- srcpkgs/shellcheck/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/shellcheck/template b/srcpkgs/shellcheck/template index 08e64456eda..70eee6c2854 100644 --- a/srcpkgs/shellcheck/template +++ b/srcpkgs/shellcheck/template @@ -1,9 +1,9 @@ # Template file for 'shellcheck' pkgname=shellcheck version=0.8.0 -revision=1 +revision=2 build_style=haskell-stack -stackage="lts-17.5" +stackage="lts-18.14" hostmakedepends="pandoc" short_desc="Static analysis tool for shell scripts" maintainer="Diogo Leal "