haskell-cgrep: update to version 6.4.6

This commit is contained in:
Peter Simons 2014-08-07 12:42:11 +02:00
parent f027629158
commit a7961a8e2c

View File

@ -1,18 +1,18 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, ansiTerminal, cmdargs, dlist, filepath, regexPosix, safe { cabal, ansiTerminal, cmdargs, dlist, either, filepath, mtl
, split, stm, stringsearch, unorderedContainers , regexPosix, safe, split, stm, stringsearch, unorderedContainers
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "cgrep"; pname = "cgrep";
version = "6.4.5"; version = "6.4.6";
sha256 = "0pp3gfy8dvdbv40vfy3dhqymjp0knnbzv9hmbc18f3s8zpy4lis0"; sha256 = "13plsh6411k273qllpkcrkakwxcdmw0p6arj0j3gdqa7bbxii99s";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
ansiTerminal cmdargs dlist filepath regexPosix safe split stm ansiTerminal cmdargs dlist either filepath mtl regexPosix safe
stringsearch unorderedContainers split stm stringsearch unorderedContainers
]; ];
meta = { meta = {
homepage = "http://awgn.github.io/cgrep/"; homepage = "http://awgn.github.io/cgrep/";