2014-07-19 20:12:04 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-07-19 05:21:15 +01:00
|
|
|
{ cabal, ansiTerminal, cmdargs, dlist, filepath, regexPosix, safe
|
|
|
|
, split, stm, stringsearch, unorderedContainers
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "cgrep";
|
2014-07-31 11:10:15 +01:00
|
|
|
version = "6.4.5";
|
|
|
|
sha256 = "0pp3gfy8dvdbv40vfy3dhqymjp0knnbzv9hmbc18f3s8zpy4lis0";
|
2014-07-19 05:21:15 +01:00
|
|
|
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;
|
|
|
|
};
|
|
|
|
})
|