Skip to content

Commit a5e03d9

Browse files
committed
Add stack-8.10.3.yaml
1 parent aa7e9a3 commit a5e03d9

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

stack-8.10.3.yaml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
resolver: nightly-2020-12-09
2+
compiler: ghc-8.10.3
3+
4+
packages:
5+
- .
6+
- ./ghcide/hie-compat
7+
- ./ghcide/
8+
- ./hls-plugin-api
9+
- ./plugins/tactics
10+
- ./plugins/hls-hlint-plugin
11+
- ./plugins/hls-explicit-imports-plugin
12+
- ./plugins/hls-retrie-plugin
13+
14+
ghc-options:
15+
"$everything": -haddock
16+
17+
extra-deps:
18+
- brittany-0.13.1.0
19+
- Cabal-3.0.2.0
20+
- clock-0.7.2
21+
- data-tree-print-0.1.0.2@rev:2
22+
- floskell-0.10.4
23+
- fourmolu-0.3.0.0
24+
- heapsize-0.3.0
25+
- implicit-hie-cradle-0.3.0.2
26+
- implicit-hie-0.1.2.5
27+
- lsp-test-0.11.0.6
28+
- monad-dijkstra-0.1.1.2
29+
- refinery-0.3.0.0
30+
- retrie-0.1.1.1
31+
- stylish-haskell-0.12.2.0
32+
- semigroups-0.18.5
33+
- temporary-1.2.1.1
34+
35+
flags:
36+
haskell-language-server:
37+
pedantic: true
38+
retrie:
39+
BuildExecutable: false
40+
41+
nix:
42+
packages: [ icu libcxx zlib ]
43+
44+
concurrent-tests: false

0 commit comments

Comments
 (0)