-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstack.yaml
40 lines (33 loc) · 1.11 KB
/
stack.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
# WARNING: this is ancient, no one ever used it, it probably doesn't work.
# It's still here in case it needs to be resurrected some day, but nix
# will always be more reliable.
#
# This is an optional stack config, if you want to install dependencies with
# stack instead of cabal.
# This is for ghc-8.4.4.
resolver: lts-12.19
# User packages to be built.
packages:
- .
# Dependency packages to be pulled from upstream that are not in the resolver
# using the same syntax as the packages field.
# (e.g., acme-missiles-0.3)
extra-deps:
- c-storable-0.2
- ghc-events-0.7.2
- wcwidth-0.0.2
- zmidi-core-0.8.2
# Uncomment these for enableIm = True.
# - conduit-audio-0.2.0.3
# - conduit-audio-samplerate-0.1.0.3
# - conduit-audio-sndfile-0.1.2.1
# - hsndfile-0.8.0
# - hsndfile-vector-0.5.2
# - sandi-0.4.2
# Control whether we use the GHC we find on the path
# system-ghc: true
# Require a specific version of stack, using version ranges
# require-stack-version: -any # Default
# require-stack-version: ">=1.7"
# Allow a newer minor version of GHC than the snapshot specifies
compiler-check: newer-minor