summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/cgrep/default.nix
blob: 91f7920fceafdf5b910d676950f97e77a29ac98a (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, either, filepath, mtl
, regexPosix, safe, split, stm, stringsearch, unorderedContainers
}:

cabal.mkDerivation (self: {
  pname = "cgrep";
  version = "6.4.9";
  sha256 = "1g5np8r5h8hxgyxr3m7595xh7fiq1b8h9w6vm0ly81949lbwclga";
  isLibrary = false;
  isExecutable = true;
  buildDepends = [
    ansiTerminal cmdargs dlist either filepath mtl 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;
  };
})