forked from wavewave/HEPUtil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHEPUtil.cabal
34 lines (32 loc) · 1023 Bytes
/
HEPUtil.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
Name: HEPUtil
Version: 0.999
Synopsis: Useful functions for HEP
Description: Collection of useful functions for High Energy Physics project
License: BSD3
License-file: LICENSE
Author: Ian-Woo Kim
Maintainer: Ian-Woo Kim <[email protected]>
Build-Depends: base>4,
mtl >2,
LHCOAnalysis-type,
filepath,
split,
parsec,
either,
transformers > 0.2.2, template-haskell,
hmatrix >= 0.12.0.2
Build-Type: Simple
hs-source-dirs: src
ghc-options: -Wall -O2 -threaded -funbox-strict-fields -fno-warn-unused-do-bind
ghc-prof-options: -caf-all -auto-all
Exposed-Modules:
HEP.Util.Combinatorics
HEP.Util.Coroutine
HEP.Util.Count
HEP.Util.Either
HEP.Util.File
HEP.Util.Formatter.Fortran
HEP.Util.Functions
HEP.Util.Printf
HEP.Util.Parsing
HEP.Util.QQ.Verbatim