From 85c55f43b884a9777462500cf187c395c25be1c0 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 20 Sep 2016 16:09:02 +0200 Subject: [PATCH] cgrep: fix build with ghc 8 --- srcpkgs/cgrep/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cgrep/template b/srcpkgs/cgrep/template index c1fd8640aac..9e3537fe203 100644 --- a/srcpkgs/cgrep/template +++ b/srcpkgs/cgrep/template @@ -1,11 +1,11 @@ # Template file for 'cgrep' pkgname=cgrep version=6.6.15 -revision=1 +revision=2 nocross=yes build_style=haskell-stack hostmakedepends="ghc stack" -stackage="lts-6.2" +stackage="lts-7.0" makedepends="pcre-devel" short_desc="A context-aware grep for source codes" maintainer="Michael Gehring "