forked from commercialhaskell/stack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack.yaml
51 lines (42 loc) · 1.05 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
41
42
43
44
45
46
47
48
49
50
51
user-message: "WARNING: This stack project is generated."
drop-packages:
# See https://github.com/commercialhaskell/stack/pull/4712
- cabal-install
docker:
enable: false
repo: fpco/alpine-haskell-stack:9.2.7
nix:
# --nix on the command-line to enable.
packages:
- zlib
- unzip
flags:
hackage-security:
Cabal-syntax: true
mintty:
win32-2-13-1: false
stack:
developer-mode: true
ghc-options:
"$locals": -fhide-source-paths
resolver: lts-20.23
# We have 1 package.
packages:
- ./.
extra-deps:
# Package versions for published packages either not on Stackage or
# not matching the version on Stackage for the resolver we use.
# These package-version extra dependencies are equivalent to cabal constraints.
- Cabal-3.8.1.0
- Cabal-syntax-3.8.1.0
- aeson-warning-parser-0.1.0
- ansi-terminal-1.0
- ansi-terminal-types-0.11.5
- companion-0.1.0
- fsnotify-0.4.1.0
- optparse-applicative-0.18.1.0
- optparse-generic-1.5.0
- pantry-0.9.1
- persistent-2.14.5.0
- rio-prettyprint-0.1.4.0
- static-bytes-0.1.0