forked from wavewave/evchain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
evchain.cabal
64 lines (59 loc) · 2.22 KB
/
evchain.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
Name: evchain
Version: 0.999
Synopsis:
Description:
License: GPL-3
License-file: LICENSE
Author: Ian-Woo Kim
Maintainer: Ian-Woo Kim <[email protected]>
Build-Type: Simple
Cabal-Version: >= 1.9.2
data-files: test/resources/*.lhe
test/resources/*.lhe.gz
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, mtl>2, directory, filepath,
transformers > 0.3,
bytestring >= 0.9,
cmdargs,
LHEParser >= 0.999,
HEPUtil,
xml-types,
conduit > 1,
conduit-util >= 0.999,
zlib-conduit >= 1,
xml-conduit >= 1,
vector,
hmatrix,
random >= 1.0,
unordered-containers >= 0.2,
hashable >= 1.1,
madgraph-auto >= 0.999,
webdav-manager >= 0.999,
process,
unix,
containers >= 0.4,
pureMD5 >= 2.1,
zlib >= 0.5,
LHE-sanitizer,
pipeline-eventgen
Exposed-Modules:
HEP.Automation.EventChain.Driver
HEP.Automation.EventChain.File
HEP.Automation.EventChain.LHEConn
HEP.Automation.EventChain.Match
HEP.Automation.EventChain.Print
HEP.Automation.EventChain.Process
HEP.Automation.EventChain.Process.Generator
HEP.Automation.EventChain.Simulator
HEP.Automation.EventChain.SpecDSL
HEP.Automation.EventChain.Type.Match
HEP.Automation.EventChain.Type.MultiProcess
HEP.Automation.EventChain.Type.Process
HEP.Automation.EventChain.Type.Skeleton
HEP.Automation.EventChain.Type.Spec
HEP.Automation.EventChain.Util
Other-Modules: