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

Commit 085b816

Browse files
committed
Update stack.yaml to use current nightly.
Need to override optparse-simple, else we git a git hash problem.
1 parent e14e1fe commit 085b816

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

stack.yaml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2018-12-01 # GHC 8.6.2
1+
resolver: nightly-2018-12-27 # GHC 8.6.3
22
packages:
33
- .
44
- hie-plugin-api
@@ -10,7 +10,6 @@ extra-deps:
1010
- ./submodules/ghc-mod
1111
- ./submodules/ghc-mod/core
1212

13-
- apply-refact-0.6.0.0
1413
- butcher-1.3.2.1
1514
- cabal-plan-0.4.0.0
1615
- constrained-dynamic-0.1.0.0
@@ -20,31 +19,17 @@ extra-deps:
2019
- hsimport-0.8.6
2120
- monad-memo-0.4.1
2221
- multistate-0.8.0.1
23-
- resolv-0.1.1.2
24-
- lsp-test-0.5.0.2
25-
- pretty-show-1.8.2
22+
- optparse-simple-0.1.0
2623
- syz-0.2.0.0
2724
- temporary-1.2.1.1
2825
- yaml-0.8.32
2926

3027

31-
32-
3328
flags:
3429
haskell-ide-engine:
3530
pedantic: true
3631
hie-plugin-api:
3732
pedantic: true
38-
# ekg-core:
39-
# allow-newer: true
40-
# ekg-json:
41-
# allow-newer: true
42-
# ekg-wai:
43-
# allow-newer: true
44-
# base:
45-
# allow-newer: true
46-
# process:
47-
# allow-newer: true
4833

4934
# allow-newer: true
5035

0 commit comments

Comments
 (0)