nagiosPlugins.check_ssl_cert: 2.85.1 -> 2.86.0 (#379244)
[NixPkgs.git] / pkgs / by-name / gr / gren / generated-package.nix
blob6906bbb6b636098fe63f28b64a5fa1d88167495d
1 # This file has been autogenerated with cabal2nix.
2 # Update via ./update.sh
4   mkDerivation,
5   ansi-terminal,
6   ansi-wl-pprint,
7   base,
8   base64-bytestring,
9   binary,
10   bytestring,
11   containers,
12   directory,
13   edit-distance,
14   fetchgit,
15   filelock,
16   filepath,
17   ghc-prim,
18   haskeline,
19   hspec,
20   hspec-discover,
21   indexed-traversable,
22   lib,
23   mtl,
24   prettyprint-avh4,
25   process,
26   raw-strings-qq,
27   scientific,
28   text,
29   time,
30   utf8-string,
31   vector,
33 mkDerivation {
34   pname = "gren";
35   version = "0.5.2";
36   src = fetchgit {
37     url = "https://github.com/gren-lang/compiler.git";
38     sha256 = "1mksfma6c1dn091ab4x794hs71v44bx294wbn80qfc5kgrrl5lf4";
39     rev = "ee19481f5715b78cad8be09e29e56dcb82d65f4f";
40     fetchSubmodules = true;
41   };
42   isLibrary = false;
43   isExecutable = true;
44   executableHaskellDepends = [
45     ansi-terminal
46     ansi-wl-pprint
47     base
48     base64-bytestring
49     binary
50     bytestring
51     containers
52     directory
53     edit-distance
54     filelock
55     filepath
56     ghc-prim
57     haskeline
58     indexed-traversable
59     mtl
60     prettyprint-avh4
61     process
62     raw-strings-qq
63     scientific
64     text
65     time
66     utf8-string
67     vector
68   ];
69   testHaskellDepends = [
70     ansi-terminal
71     ansi-wl-pprint
72     base
73     base64-bytestring
74     binary
75     bytestring
76     containers
77     directory
78     edit-distance
79     filelock
80     filepath
81     ghc-prim
82     haskeline
83     hspec
84     indexed-traversable
85     mtl
86     prettyprint-avh4
87     process
88     raw-strings-qq
89     scientific
90     text
91     time
92     utf8-string
93     vector
94   ];
95   testToolDepends = [ hspec-discover ];
96   jailbreak = true;
97   homepage = "https://gren-lang.org";
98   description = "The `gren` command line interface";
99   license = lib.licenses.bsd3;
100   mainProgram = "gren";