chromium,chromedriver: 129.0.6668.91 -> 129.0.6668.100
[NixPkgs.git] / pkgs / by-name / oa / oama / generated-package.nix
blobf024cc98466d26f1ad7ef0a7a6ca43b319b905ac
1 # This file has been autogenerate with cabal2nix.
2 # Update via ./update.sh
4   mkDerivation,
5   aeson,
6   base,
7   bytestring,
8   containers,
9   directory,
10   fetchgit,
11   hsyslog,
12   http-conduit,
13   lib,
14   mtl,
15   network,
16   network-uri,
17   optparse-applicative,
18   pretty-simple,
19   process,
20   streaming-commons,
21   string-qq,
22   strings,
23   text,
24   time,
25   twain,
26   unix,
27   utf8-string,
28   warp,
29   yaml,
31 mkDerivation {
32   pname = "oama";
33   version = "0.14";
34   src = fetchgit {
35     url = "https://github.com/pdobsan/oama.git";
36     sha256 = "1hdhkc6hh4nvx31vkaii7hd2rxlwqrsvr6i1i0a9r1xlda05ffq0";
37     rev = "4e1ffd3001034771d284678f0160060c1871707c";
38     fetchSubmodules = true;
39   };
40   isLibrary = true;
41   isExecutable = true;
42   libraryHaskellDepends = [
43     aeson
44     base
45     bytestring
46     containers
47     directory
48     hsyslog
49     http-conduit
50     mtl
51     network
52     network-uri
53     optparse-applicative
54     pretty-simple
55     process
56     streaming-commons
57     string-qq
58     strings
59     text
60     time
61     twain
62     unix
63     utf8-string
64     warp
65     yaml
66   ];
67   executableHaskellDepends = [
68     aeson
69     base
70     bytestring
71     containers
72     directory
73     hsyslog
74     http-conduit
75     mtl
76     network
77     network-uri
78     optparse-applicative
79     pretty-simple
80     process
81     streaming-commons
82     string-qq
83     strings
84     text
85     time
86     twain
87     unix
88     utf8-string
89     warp
90     yaml
91   ];
92   license = lib.licenses.bsd3;
93   mainProgram = "oama";