-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathalphaheavy-quickfix.cabal
More file actions
43 lines (35 loc) · 1.25 KB
/
alphaheavy-quickfix.cabal
File metadata and controls
43 lines (35 loc) · 1.25 KB
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
Name: alphaheavy-quickfix
Version: 0.1
License: BSD3
License-File: LICENSE
Build-type: Simple
Cabal-version: >= 1.10
Library
Default-Language: Haskell2010
Build-depends: base >= 4.7,
bytestring >= 0.9,
conduit > 1.0,
containers,
Decimal,
mtl,
old-locale,
lens,
resourcet,
stm,
time
Exposed-modules: AlphaHeavy.FIX
AlphaHeavy.FIX.FIX42.Factory
AlphaHeavy.FIX.FIX42.Types
AlphaHeavy.QuickFIX
Other-modules: AlphaHeavy.QuickFIX.Foreign
AlphaHeavy.QuickFIX.GReceive
AlphaHeavy.QuickFIX.GSend
AlphaHeavy.QuickFIX.GetMessageField
AlphaHeavy.QuickFIX.SetMessageField
AlphaHeavy.QuickFIX.Types
HS-Source-Dirs: src
GHC-Options: -Wall -optcxx-std=c++11
CC-Options: -O2 -ggdb
C-Sources: cbits/QuickFIXThunks.cpp
Includes: quickfix/index.h
Extra-Libraries: quickfix, stdc++