From aa20cd782d93e36aa56d6226702578adde95822d Mon Sep 17 00:00:00 2001 From: slotThe Date: Sun, 20 Mar 2022 09:51:34 +0100 Subject: [PATCH] hlint: update to 3.3.6 --- srcpkgs/hlint/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/hlint/template b/srcpkgs/hlint/template index fd72c1bbea5..0109be25805 100644 --- a/srcpkgs/hlint/template +++ b/srcpkgs/hlint/template @@ -1,16 +1,16 @@ # Template file for 'hlint' pkgname=hlint -version=3.2.7 -revision=2 +version=3.3.6 +revision=1 build_style=haskell-stack -stackage="lts-18.14" +stackage="lts-19.0" makedepends="ncurses-devel" short_desc="Haskell source code suggestions" maintainer="Inokentiy Babushkin " license="BSD-3-Clause" homepage="https://github.com/ndmitchell/hlint" distfiles="https://github.com/ndmitchell/${pkgname}/archive/v${version}.tar.gz" -checksum=fcdeefcc79a52206add44b409abcab48c5fe2adff9d5aff077acbc43c702b54e +checksum=7d536c03f77a0c259efb2b00b525ef34578ca8a4a95ccb412708e8c7172e2e6a nocross=yes # Can't yet cross compile Haskell nopie_files="/usr/bin/hlint"