Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 316ebb4

Browse files
committed
Leave stack.yaml on 8.6 for windows
1 parent f34aaca commit 316ebb4

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

stack.yaml

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,37 @@
1-
resolver: nightly-2020-01-17
1+
resolver: nightly-2019-09-21 # Last GHC 8.6.5
22
packages:
33
- .
44
- hie-plugin-api
55

66
extra-deps:
77
# - ./submodules/HaRe
88

9-
- apply-refact-0.7.0.0
9+
- ansi-terminal-0.8.2
10+
- ansi-wl-pprint-0.6.8.2
11+
- brittany-0.12.1.0
1012
- bytestring-trie-0.2.5.0
1113
- cabal-helper-1.0.0.0
14+
- cabal-plan-0.5.0.0
1215
- clock-0.7.2
1316
- constrained-dynamic-0.1.0.0
17+
- deque-0.4.3
18+
- extra-1.6.18
1419
- floskell-0.10.2
15-
- haddock-api-2.23.0
16-
- haddock-library-1.8.0
20+
- ghc-exactprint-0.6.2 # for HaRe
21+
- ghc-lib-parser-8.8.1
22+
- haddock-api-2.22.0
23+
- haskell-lsp-0.19.0.0
24+
- haskell-lsp-types-0.19.0.0
1725
- hie-bios-0.3.2
18-
- hoogle-5.0.17.11
26+
- hlint-2.2.4
1927
- hsimport-0.11.0
20-
- semigroups-0.18.5
28+
- lsp-test-0.10.0.0
29+
- monad-dijkstra-0.1.1.2@rev:1
30+
- parser-combinators-1.2.1
31+
- syz-0.2.0.0
2132
- temporary-1.2.1.1
22-
- haskell-src-exts-1.21.1
23-
- ilist-0.3.1.0
24-
- monad-dijkstra-0.1.1.2
33+
- unix-compat-0.5.2
34+
- yaml-0.11.1.2
2535

2636
flags:
2737
haskell-ide-engine:

0 commit comments

Comments
 (0)