-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack.yaml
More file actions
42 lines (32 loc) · 692 Bytes
/
stack.yaml
File metadata and controls
42 lines (32 loc) · 692 Bytes
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
########################################
resolver: lts-12.0 # i.e. ghc-8.4
allow-newer: true
# nix:
# enable: true
# packages:
# - zlib
########################################
# flags:
########################################
packages:
- workflow-types/
- workflow-extra/
- workflow-pure/
# - workflow
# - location:
# ../spiros
# extra-dep: true
# subdirs: [.]
# - location:
# ../enumerate
# extra-dep: true
# subdirs:
# - enumerate
# - enumerate-function
########################################
extra-deps:
#- c-storable-deriving-0.1.3
- spiros-0.2
- enumerate-0.2.2
# - frisby-0.2.2
########################################