From 376a67045a0e6f9482ff6ce250ebcae18a175236 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Sun, 3 Nov 2019 22:03:54 -0600 Subject: [PATCH] hlint: update to 2.2.4 --- srcpkgs/hlint/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/hlint/template b/srcpkgs/hlint/template index 4fa278407a9..8f2e9b5e168 100644 --- a/srcpkgs/hlint/template +++ b/srcpkgs/hlint/template @@ -1,15 +1,15 @@ # Template file for 'hlint' pkgname=hlint -version=2.1.11 -revision=3 +version=2.2.4 +revision=1 build_style=haskell-stack -stackage="lts-13.2" +stackage="nightly-2019-11-02" short_desc="Haskell source code suggestions" maintainer="Inokentiy Babushkin " license="BSD-3-Clause" homepage="https://github.com/ndmitchell/hlint" distfiles="https://github.com/ndmitchell/hlint/archive/v${version}.tar.gz" -checksum=edb6e18e9b8abceb6326212c4c20163516e88e80da734a504065b9fe833cccc4 +checksum=268e14c856dc9fcf8cbc84d5f2bdfb517cc9b69c0b049fb4da361ab2f9949f36 nocross=yes # Can't yet cross compile Haskell nopie_files="/usr/bin/hlint"