From 3da3022ffb9334af72a276a13a7bf0428f92b792 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Mon, 6 Jun 2016 23:19:11 +0200 Subject: [PATCH] cgrep: update to 6.6.14. --- srcpkgs/cgrep/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/cgrep/template b/srcpkgs/cgrep/template index e3e86876246..3a7c3acc250 100644 --- a/srcpkgs/cgrep/template +++ b/srcpkgs/cgrep/template @@ -1,17 +1,17 @@ # Template file for 'cgrep' pkgname=cgrep -version=6.6.13 +version=6.6.14 revision=1 nocross=yes build_style=haskell-stack hostmakedepends="ghc stack" -stackage="lts-5.9" +stackage="lts-6.2" makedepends="pcre-devel" short_desc="A context-aware grep for source codes" maintainer="Michael Gehring " license="GPL-2" homepage="https://awgn.github.io/cgrep/" distfiles="https://github.com/awgn/cgrep/archive/v${version}.tar.gz" -checksum=ba936291e73533d5aefb031b42c328a5a38c1262f1410dd708c023e77acbb9c9 +checksum=e0b25c215f9cbeafa6f69ca710b4e07a6d3f8ac1137d2fd9b090f13038f49ed9 nopie=yes conflicts="codesearch"