forked from wavewave/pipeline-eventgen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pipeline-eventgen.cabal
92 lines (82 loc) · 3.1 KB
/
pipeline-eventgen.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Name: pipeline-eventgen
Version: 0.999
Synopsis: event generation executable in pipeline
Description: This package provides an executable for event generation
in pipeline.
License: GPL-3
License-file: LICENSE
Author: Ian-Woo Kim
Maintainer: Ian-Woo Kim <ianwookim@gmail.com>
Build-Type: Simple
Cabal-Version: >= 1.8
data-files: resource/pythia8toHEPEVT/Makefile.st
resource/pythia8toHEPEVT/pythia8toHEPEVT.cc
resource/hepevt2stdhep/Makefile.st
resource/hepevt2stdhep/hepevt2stdhep.f
resource/hepevt2stdhep/pgs.inc
Executable pipeline-eventgen
Main-is: pipeline-eventgen.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,
unix,
directory,
mtl>2,
filepath,
aeson,
bytestring >= 0.10,
unordered-containers>= 0.2,
text >= 0.11,
vector >= 0.10,
webdav-manager >= 0.999,
madgraph-auto >= 0.999,
madgraph-auto-model >= 0.999,
LHEParser >= 0.999,
HEPUtil >= 0.999,
attoparsec >= 0.10,
configurator >= 0.2.0.2,
hslogger >= 1.2,
random,
pipeline-eventgen
Library
hs-source-dirs: lib
ghc-options: -Wall -O2 -threaded -funbox-strict-fields -fno-warn-unused-do-bind -fno-warn-orphans
ghc-prof-options: -caf-all -auto-all
Build-Depends: base>4,
transformers >= 0.3,
process,
unix,
directory,
mtl>2,
filepath,
aeson,
aeson-pretty,
unordered-containers>= 0.2,
text >= 0.11,
vector >= 0.10,
webdav-manager >= 0.999,
madgraph-auto >= 0.999,
madgraph-auto-model >= 0.999,
LHEParser >= 0.999,
HEPUtil >= 0.999,
attoparsec >= 0.10,
configurator >= 0.2.0.2,
bytestring >= 0.10,
base64-bytestring >= 1,
binary >= 0.5,
crypto-api >= 0.10,
RSA >= 1.2,
HStringTemplate,
hslogger >= 1.2
Exposed-Modules:
HEP.Automation.EventGeneration.Config
HEP.Automation.EventGeneration.Deploy
HEP.Automation.EventGeneration.Job
HEP.Automation.EventGeneration.Type
HEP.Automation.EventGeneration.Util
HEP.Automation.EventGeneration.Work
Other-Modules:
Paths_pipeline_eventgen