# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, ansiTerminal, cmdargs, dlist, filepath, regexPosix, safe , split, stm, stringsearch, unorderedContainers }: cabal.mkDerivation (self: { pname = "cgrep"; version = "6.4.5"; sha256 = "0pp3gfy8dvdbv40vfy3dhqymjp0knnbzv9hmbc18f3s8zpy4lis0"; isLibrary = false; isExecutable = true; buildDepends = [ ansiTerminal cmdargs dlist filepath regexPosix safe split stm stringsearch unorderedContainers ]; meta = { homepage = "http://awgn.github.io/cgrep/"; description = "Command line tool"; license = self.stdenv.lib.licenses.gpl2; platforms = self.ghc.meta.platforms; }; })