Date: Friday, May 18, 2018 @ 06:55:40 Author: felixonmars Revision: 324243
upgpkg: cgrep 6.6.25-10 rebuild with ghc 8.4.2 Modified: cgrep/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-18 06:52:41 UTC (rev 324242) +++ PKGBUILD 2018-05-18 06:55:40 UTC (rev 324243) @@ -4,14 +4,14 @@ pkgname=cgrep pkgver=6.6.25 -pkgrel=9 +pkgrel=10 pkgdesc="A context-aware grep for source codes" url="http://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-mtl' 'haskell-regex-base' - 'haskell-regex-pcre' 'haskell-regex-posix' 'haskell-safe' 'haskell-split' 'haskell-stm' + 'haskell-dlist' 'haskell-either' 'haskell-exceptions' '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') makedepends=('ghc')
