forked from haskell/haskell-language-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stack-8.10.2.yaml
45 lines (38 loc) · 842 Bytes
/
stack-8.10.2.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
resolver: nightly-2020-10-19
packages:
- .
- ./ghcide/hie-compat
- ./ghcide/
- ./hls-plugin-api
- ./plugins/tactics
- ./plugins/hls-hlint-plugin
ghc-options:
"$everything": -haddock
extra-deps:
- github: bubba/brittany
commit: c59655f10d5ad295c2481537fc8abf0a297d9d1c
- Cabal-3.0.2.0
- clock-0.7.2
- data-tree-print-0.1.0.2
- floskell-0.10.4
- fourmolu-0.2.0.0
- implicit-hie-cradle-0.3.0.0
- implicit-hie-0.1.2.3
- lsp-test-0.11.0.6
- monad-dijkstra-0.1.1.2
- opentelemetry-0.4.2
- refinery-0.3.0.0
- retrie-0.1.1.1
- stylish-haskell-0.12.2.0
- semigroups-0.18.5
- temporary-1.2.1.1
flags:
haskell-language-server:
pedantic: true
retrie:
BuildExecutable: false
# for data-tree-print's bounds on base (>=4.8 && <4.14); using base-4.14.0.0.
allow-newer: true
nix:
packages: [ icu libcxx zlib ]
concurrent-tests: false