Skip to content

Commit 4a4d4e9

Browse files
committed
Add stack.yaml for ghc-8.8.4
1 parent bb68cde commit 4a4d4e9

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

stack-8.8.4.yaml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
resolver: lts-16.5
2+
compiler: ghc-8.8.4
3+
4+
packages:
5+
- .
6+
- ./ghcide/
7+
8+
extra-deps:
9+
- apply-refact-0.7.0.0
10+
- bytestring-trie-0.2.5.0
11+
- cabal-helper-1.1.0.0
12+
- cabal-plan-0.6.2.0
13+
- clock-0.7.2
14+
- constrained-dynamic-0.1.0.0
15+
- extra-1.7.3
16+
- floskell-0.10.3
17+
# - ghcide-0.1.0
18+
- haskell-src-exts-1.21.1
19+
- hie-bios-0.6.1
20+
- hlint-2.2.8
21+
- hoogle-5.0.17.11
22+
- hsimport-0.11.0
23+
- ilist-0.3.1.0
24+
- lsp-test-0.11.0.2
25+
- monad-dijkstra-0.1.1.2
26+
- semigroups-0.18.5
27+
# - github: wz1000/shake
28+
# commit: fb3859dca2e54d1bbb2c873e68ed225fa179fbef
29+
- temporary-1.2.1.1
30+
31+
flags:
32+
haskell-language-server:
33+
pedantic: true
34+
35+
# allow-newer: true
36+
37+
nix:
38+
packages: [ icu libcxx zlib ]
39+
40+
concurrent-tests: false

0 commit comments

Comments
 (0)