forked from unfoldr/Salsa
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstack.yaml
More file actions
26 lines (19 loc) · 841 Bytes
/
Copy pathstack.yaml
File metadata and controls
26 lines (19 loc) · 841 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
resolver: ghc-8.0.1
packages:
# The main Salsa project. You'll need to build the driver dll first though.
- '.'
# Samples, comment / uncomment out which to include when running stack build. You'll need to run the generator against the imports file for each of these first
#- Samples/Conway/
- Samples/Hello/
#- Samples/Weather/
# This is used to embed the driver dll into the source at compile time
extra-deps: [file-embed-0.0.10]
# If you'd like to force mono (instead of .Net) usage when using windows, set this flag to true
flags:
Salsa:
use_mono: false
# Extra package databases containing global packages
extra-package-dbs: []
# Extra directories used by stack for building. When using mono we need to be able to locate the headers for example
#extra-include-dirs: [/usr/include/mono-2.0/]
# extra-lib-dirs: [/path/to/dir]