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 12:42:11 +02:00
{ cabal, ansiTerminal, cmdargs, dlist, either, filepath, mtl
, regexPosix, safe, split, stm, stringsearch, unorderedContainers
2014-07-19 06:21:15 +02:00
}:
cabal.mkDerivation (self: {
pname = "cgrep";
2014-12-12 09:48:37 +01:00
version = "6.4.9";
sha256 = "1g5np8r5h8hxgyxr3m7595xh7fiq1b8h9w6vm0ly81949lbwclga";
2014-07-19 06:21:15 +02:00
isLibrary = false;
isExecutable = true;
buildDepends = [
2014-08-07 12:42:11 +02:00
ansiTerminal cmdargs dlist either filepath mtl regexPosix safe
split stm stringsearch unorderedContainers
2014-07-19 06:21:15 +02:00
];
meta = {
homepage = "http://awgn.github.io/cgrep/";
description = "Command line tool";
license = self.stdenv.lib.licenses.gpl2;
platforms = self.ghc.meta.platforms;
};
})