This repository was archived by the owner on Oct 7, 2020. It is now read-only.
File tree 2 files changed +51
-1
lines changed
2 files changed +51
-1
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,11 @@ jobs:
146
146
- STACK_FILE : " stack-8.6.4.yaml"
147
147
<< : *defaults
148
148
149
+ ghc-8.6.5 :
150
+ environment :
151
+ - STACK_FILE : " stack-8.6.5.yaml"
152
+ << : *defaults
153
+
149
154
ghc-nightly :
150
155
environment :
151
156
- STACK_FILE : " stack.yaml"
@@ -196,7 +201,8 @@ workflows:
196
201
- ghc-8.4.4
197
202
- ghc-8.6.1
198
203
- ghc-8.6.2
199
- - ghc-8.6.3
204
+ # - ghc-8.6.3
200
205
- ghc-8.6.4
206
+ - ghc-8.6.5
201
207
- ghc-nightly
202
208
- cabal
Original file line number Diff line number Diff line change
1
+ resolver : nightly-2019-04-30 # First GHC 8.6.5
2
+ packages :
3
+ - .
4
+ - hie-plugin-api
5
+
6
+ extra-deps :
7
+ - ./submodules/HaRe
8
+ - ./submodules/brittany
9
+ - ./submodules/cabal-helper
10
+ - ./submodules/floskell
11
+ - ./submodules/ghc-mod
12
+ - ./submodules/ghc-mod/core
13
+
14
+ - ansi-terminal-0.8.2
15
+ - butcher-1.3.2.1
16
+ - cabal-plan-0.4.0.0
17
+ - constrained-dynamic-0.1.0.0
18
+ - deque-0.2.7
19
+ - ghc-exactprint-0.5.8.2
20
+ - haddock-api-2.22.0
21
+ - haskell-lsp-0.9.0.0
22
+ - haskell-lsp-types-0.9.0.0
23
+ - hlint-2.1.17
24
+ - hsimport-0.8.8
25
+ - lsp-test-0.5.1.1
26
+ - monad-dijkstra-0.1.1.2@rev:1
27
+ - monad-memo-0.4.1
28
+ - multistate-0.8.0.1
29
+ - syz-0.2.0.0
30
+ - temporary-1.2.1.1
31
+ - yaml-0.8.32
32
+
33
+ flags :
34
+ haskell-ide-engine :
35
+ pedantic : true
36
+ hie-plugin-api :
37
+ pedantic : true
38
+
39
+ # allow-newer: true
40
+
41
+ nix :
42
+ packages : [ icu libcxx zlib ]
43
+
44
+ concurrent-tests : false
You can’t perform that action at this time.
0 commit comments