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

Commit dbd4d7f

Browse files
committed
Update stack.yaml to use 8.6.2 extra-deps
1 parent b5c1486 commit dbd4d7f

File tree

1 file changed

+26
-10
lines changed

1 file changed

+26
-10
lines changed

stack.yaml

+26-10
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,47 @@ packages:
44
- hie-plugin-api
55

66
extra-deps:
7-
- ./submodules/brittany
87
- ./submodules/HaRe
8+
- ./submodules/brittany
9+
- ./submodules/cabal-helper
910
- ./submodules/ghc-mod
1011
- ./submodules/ghc-mod/core
11-
- ./submodules/cabal-helper
1212

13-
# - brittany-0.11.0.0
13+
- apply-refact-0.6.0.0
14+
- butcher-1.3.2.1
1415
- cabal-plan-0.4.0.0
1516
- constrained-dynamic-0.1.0.0
16-
- ghc-exactprint-0.5.8.2
17-
- haddock-api-2.20.0
18-
- haddock-library-1.6.0
19-
- haskell-lsp-0.8.0.1
20-
- haskell-lsp-types-0.8.0.1
17+
- ekg-json-0.1.0.6
18+
- ekg-wai-0.1.0.3
19+
- haddock-api-2.21.0
2120
- hsimport-0.8.6
22-
- lsp-test-0.5.0.1
23-
- pretty-show-1.8.2
21+
- monad-memo-0.4.1
22+
- multistate-0.8.0.1
23+
- resolv-0.1.1.2
2424
- syz-0.2.0.0
2525
- temporary-1.2.1.1
26+
- yaml-0.8.32
27+
28+
29+
2630

2731
flags:
2832
haskell-ide-engine:
2933
pedantic: true
3034
hie-plugin-api:
3135
pedantic: true
36+
# ekg-core:
37+
# allow-newer: true
38+
# ekg-json:
39+
# allow-newer: true
40+
# ekg-wai:
41+
# allow-newer: true
42+
# base:
43+
# allow-newer: true
44+
# process:
45+
# allow-newer: true
46+
47+
# allow-newer: true
3248

3349
nix:
3450
packages: [ icu libcxx zlib ]

0 commit comments

Comments
 (0)