forked from wavewave/jobqueue-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjobqueue-client.cabal
69 lines (61 loc) · 2.13 KB
/
jobqueue-client.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Name: jobqueue-client
Version: 0.1.999
Synopsis: job scheduler for event generation
Description: job scheduler for event generation
License: BSD3
License-file: LICENSE
Author: Ian-Woo Kim
Maintainer: Ian-Woo Kim <[email protected]>
Build-Type: Simple
Cabal-Version: >= 1.8
Executable jobclient
Main-is: jobclient.hs
hs-source-dirs: exe
Build-Depends: base>4,
containers,
mtl == 2.*,
safecopy == 0.6.*,
acid-state == 0.6.*,
attoparsec == 0.10.*,
jobqueue-common >= 0.2.999,
hslogger == 1.1.*,
parsec,
pipeline == 0.3.*,
http-types,
http-conduit == 1.4.*,
madgraph-auto,
bytestring == 0.9.*,
aeson == 0.6.*,
cmdargs == 0.9.*,
jobqueue-client
ghc-options: -Wall -O2 -threaded -funbox-strict-fields -fno-warn-unused-do-bind
ghc-prof-options: -caf-all -auto-all
Library
hs-source-dirs: lib
ghc-options: -Wall -O2 -threaded -funbox-strict-fields -fno-warn-unused-do-bind
ghc-prof-options: -caf-all -auto-all
Build-Depends: base>4,
containers,
mtl>2,
safecopy == 0.6.*,
acid-state == 0.6.*,
hslogger == 1.1.*,
jobqueue-common >= 0.2.999 && < 0.4,
attoparsec == 0.10.*,
parsec,
pipeline,
http-types == 0.6.*,
http-conduit == 1.4.*,
madgraph-auto,
bytestring,
aeson == 0.6.* ,
cmdargs == 0.9.* ,
webdav-manager,
filepath,
hslogger == 1.1.*,
text == 0.11.*
Exposed-Modules:
HEP.Automation.JobQueue.Client.Type
HEP.Automation.JobQueue.Client.Job
HEP.Automation.JobQueue.Client.Phase
HEP.Automation.JobQueue.Client.Command