summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/cgrep/default.nix
blob: 3563abb0a856eb29c3fdc657bd1bcf2352cbae62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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;
  };
})