nixpkgs/pkgs/development/libraries/haskell/cgrep/default.nix

24 lines
714 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2014-08-07 14:42:11 +04:00
{ cabal, ansiTerminal, cmdargs, dlist, either, filepath, mtl
, regexPosix, safe, split, stm, stringsearch, unorderedContainers
2014-07-19 08:21:15 +04:00
}:
cabal.mkDerivation (self: {
pname = "cgrep";
2014-08-07 14:42:11 +04:00
version = "6.4.6";
sha256 = "13plsh6411k273qllpkcrkakwxcdmw0p6arj0j3gdqa7bbxii99s";
2014-07-19 08:21:15 +04:00
isLibrary = false;
isExecutable = true;
buildDepends = [
2014-08-07 14:42:11 +04:00
ansiTerminal cmdargs dlist either filepath mtl regexPosix safe
split stm stringsearch unorderedContainers
2014-07-19 08:21:15 +04:00
];
meta = {
homepage = "http://awgn.github.io/cgrep/";
description = "Command line tool";
license = self.stdenv.lib.licenses.gpl2;
platforms = self.ghc.meta.platforms;
};
})