-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.yaml
66 lines (62 loc) · 1.16 KB
/
package.yaml
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
name: peregrine
version: '0.2.0'
synopsis: Peregrine framework
category: Web
author: Charles Cooper
maintainer: [email protected]
copyright: 2017 Charles Cooper
license: BSD3
homepage: https://coopertech.co
ghc-options:
- -fwarn-incomplete-patterns
- -fwarn-incomplete-uni-patterns
- -fwarn-missing-fields
- -freverse-errors
- -threaded
# skip -with-rtsopts +N because it sets numCapabilities to 1
dependencies:
- base >=4.7 && <5
- containers
- map-exts
- mtl
- data-fix
- mainland-pretty
- interpolatedstring-perl6
- neat-interpolation
- interpolate
- string-conversions
- text
- bytestring
- srcloc
- lens
- typed-process
- stm
- conduit
- time
- directory
- shake
- async
library:
source-dirs: src
exposed-modules:
- Utils
- Language.Utils
- Language.C.Utils
- Language.C.Lib
- Protocol
- Protocol.Backend.C.Base
- Protocol.Tmx.TAQ
- Protocol.Tmx.TAQ.C
- Protocol.Nasdaq.ITCH.Proto
- Protocol.Nasdaq.ITCH.Proto.C
- Language.Peregrine
- Language.Peregrine.AST
- Language.Peregrine.DSL
- Language.Peregrine.Run
- Language.Peregrine.Compiler
executables:
peregrine:
main: Main.hs
source-dirs: app
dependencies:
- peregrine