Date: Friday, April 24, 2020 @ 18:03:23 Author: felixonmars Revision: 619424
upgpkg: cgrep 6.6.32-22: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1 Modified: cgrep/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-24 18:02:34 UTC (rev 619423) +++ PKGBUILD 2020-04-24 18:03:23 UTC (rev 619424) @@ -3,13 +3,13 @@ pkgname=cgrep pkgver=6.6.32 -pkgrel=21 +pkgrel=22 pkgdesc="A context-aware grep for source codes" url="https://awgn.github.io/cgrep/" license=("GPL2") arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-async' 'haskell-cmdargs' - 'haskell-dlist' 'haskell-either' 'haskell-exceptions' 'haskell-extra' 'haskell-regex-base' + 'haskell-dlist' 'haskell-either' 'haskell-extra' 'haskell-regex-base' 'haskell-regex-pcre' 'haskell-regex-posix' 'haskell-safe' 'haskell-split' 'haskell-stringsearch' 'haskell-unix-compat' 'haskell-unicode-show' 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-yaml')
