-
Notifications
You must be signed in to change notification settings - Fork 1
/
HEPUtil.cabal
40 lines (37 loc) · 1.12 KB
/
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
35
36
37
38
39
40
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 <ianwookim@gmail.com>
Build-Depends: base>4,
--
either,
filepath,
ghc,
ghc-paths,
hmatrix >= 0.12,
LHCOAnalysis-type,
mtl >2,
parsec,
split,
template-haskell,
transformers > 0.2.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.GHC.Plugins
HEP.Util.Printf
HEP.Util.Parsing
HEP.Util.QQ.Verbatim