From 08d2911571a7bd94adbc794c24c748948e57547b Mon Sep 17 00:00:00 2001 From: slotThe Date: Fri, 19 Mar 2021 11:18:37 +0100 Subject: [PATCH] cgrep: bump for ghc 8.10.4 --- srcpkgs/cgrep/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/cgrep/template b/srcpkgs/cgrep/template index 7b4047614a7..15eda3bafd0 100644 --- a/srcpkgs/cgrep/template +++ b/srcpkgs/cgrep/template @@ -1,12 +1,12 @@ # Template file for 'cgrep' pkgname=cgrep version=6.6.33 -revision=1 +revision=2 build_style=haskell-stack -stackage="lts-16.18" +stackage="lts-17.5" makedepends="pcre-devel pkg-config" short_desc="Context-aware grep for source codes" -maintainer="Orphaned " +maintainer="slotThe " license="GPL-2.0-or-later" homepage="https://awgn.github.io/cgrep/" distfiles="https://github.com/awgn/${pkgname}/archive/v${version}.tar.gz"