Date: Wednesday, May 25, 2016 @ 18:18:00 Author: fyan Revision: 177030
upgpkg: cgrep 6.6.4-1 rebuild with ghc-8.0.1, base-prelude-1.0.1.1, cabal-install-1.24.0.0, cairo-0.13.2.0, cmark-0.5.2.1, data-default-0.7.0, data-default-class-0.1.0, extra-1.4.7, generic-trie-0.3.0.2, glib-0.13.3.0, gtk3-0.14.3, haddock-api-2.17.2, haddock-library-1.4.1, js-jquery-1.12.4, memory-0.13, microlens-0.4.4.0, network-multicast-0.1.1, pango-0.13.2.0, simple-sendfile-0.2.24, stack-1.1.2, texmath-0.8.6.3, wai-3.2.1.1 Modified: cgrep/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-25 16:17:50 UTC (rev 177029) +++ PKGBUILD 2016-05-25 16:18:00 UTC (rev 177030) @@ -3,20 +3,20 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=cgrep -pkgver=6.6.3 -pkgrel=9 +pkgver=6.6.4 +pkgrel=1 pkgdesc="A context-aware grep for source codes" url="http://awgn.github.io/cgrep/" license=("GPL2") arch=('i686' 'x86_64') depends=('gmp' 'libffi' 'pcre') -makedepends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-async" "haskell-cmdargs" +makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-cmdargs" "haskell-dlist" "haskell-either" "haskell-mtl" "haskell-regex-base" "haskell-regex-pcre" "haskell-regex-posix" "haskell-safe" "haskell-split" "haskell-stm" "haskell-stringsearch" "haskell-unix-compat" "haskell-unordered-containers") source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('cb603a7127c922a63a0c91f64f4d35782860a96cb1da66d5d9ae5fa8f91a634f') +sha256sums=('c192928788b336d23b549f4a9bacfae7f4698f3e76a148f2d9fa557465b7a54d') build() { cd "${srcdir}/${pkgname}-${pkgver}"
