cgrep: fix build with ghc 8
This commit is contained in:
parent
cd263fd26f
commit
85c55f43b8
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'cgrep'
|
# Template file for 'cgrep'
|
||||||
pkgname=cgrep
|
pkgname=cgrep
|
||||||
version=6.6.15
|
version=6.6.15
|
||||||
revision=1
|
revision=2
|
||||||
nocross=yes
|
nocross=yes
|
||||||
build_style=haskell-stack
|
build_style=haskell-stack
|
||||||
hostmakedepends="ghc stack"
|
hostmakedepends="ghc stack"
|
||||||
stackage="lts-6.2"
|
stackage="lts-7.0"
|
||||||
makedepends="pcre-devel"
|
makedepends="pcre-devel"
|
||||||
short_desc="A context-aware grep for source codes"
|
short_desc="A context-aware grep for source codes"
|
||||||
maintainer="Michael Gehring <mg@ebfe.org>"
|
maintainer="Michael Gehring <mg@ebfe.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue