forked from wavewave/pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pipeline.cabal
40 lines (32 loc) · 1.05 KB
/
pipeline.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
Name: pipeline
Version: 0.999
Synopsis: pipeline for Mone Carlo run
Description: pipeline for Monte Carlo run,
it manages computing machine and processes.
License: GPL-3
License-file: LICENSE
Author: Ian-Woo Kim
Maintainer: Ian-Woo Kim <[email protected]>
Build-Type: Simple
Cabal-Version: >= 1.6
data-files:
-- Executable pipeline-supervisor
-- Main-is: pipeline-supervisor.hs
-- hs-source-dirs: exe
-- ghc-options: -Wall -O2 -threaded -funbox-strict-fields -fno-warn-unused-do-bind
-- ghc-prof-options: -caf-all -auto-all
-- Build-Depends: base>4,
-- cmdargs >= 0.7,
-- scotty >= 0.4.6
Executable pipeline-worker
Main-is: pipeline-worker.hs
hs-source-dirs: exe
ghc-options: -Wall -O2 -threaded -funbox-strict-fields -fno-warn-unused-do-bind
ghc-prof-options: -caf-all -auto-all
Build-Depends: base>4,
cmdargs >= 0.7,
process,
time,
filepath,
pipeline-eventgen,
webdav-manager