Skip to content

Commit 5e15f27

Browse files
committed
Add stack-8.10.2.yaml
1 parent d480fdd commit 5e15f27

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

stack-8.10.2.yaml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
resolver: nightly-2020-08-08
2+
compiler: ghc-8.10.2
3+
4+
packages:
5+
- .
6+
- ./ghcide/
7+
8+
ghc-options:
9+
"$everything": -haddock
10+
11+
extra-deps:
12+
- aeson-1.5.2.0
13+
- github: bubba/brittany
14+
commit: c59655f10d5ad295c2481537fc8abf0a297d9d1c
15+
- Cabal-3.0.2.0
16+
- clock-0.7.2
17+
- data-tree-print-0.1.0.2
18+
- floskell-0.10.4
19+
- fourmolu-0.1.0.0@rev:1
20+
- HsYAML-aeson-0.2.0.0@rev:2
21+
- monad-dijkstra-0.1.1.2
22+
- retrie-0.1.1.1
23+
- stylish-haskell-0.11.0.3
24+
- semigroups-0.18.5
25+
- temporary-1.2.1.1
26+
27+
flags:
28+
haskell-language-server:
29+
pedantic: true
30+
retrie:
31+
BuildExecutable: false
32+
33+
# for data-tree-print's bounds on base (>=4.8 && <4.14); using base-4.14.0.0.
34+
allow-newer: true
35+
36+
nix:
37+
packages: [ icu libcxx zlib ]
38+
39+
concurrent-tests: false

0 commit comments

Comments
 (0)