This repository was archived by the owner on Oct 7, 2020. It is now read-only.
File tree 2 files changed +56
-1
lines changed
2 files changed +56
-1
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,16 @@ jobs:
126
126
- STACK_FILE : " stack-8.6.5.yaml"
127
127
<< : *defaults
128
128
129
+ ghc-8.8.1 :
130
+ environment :
131
+ - STACK_FILE : " stack-8.8.1.yaml"
132
+ << : *defaults
133
+
134
+ ghc-8.8.2 :
135
+ environment :
136
+ - STACK_FILE : " stack-8.8.2.yaml"
137
+ << : *defaults
138
+
129
139
ghc-nightly :
130
140
environment :
131
141
- STACK_FILE : " stack.yaml"
@@ -134,7 +144,7 @@ jobs:
134
144
cabal :
135
145
working_directory : ~/build
136
146
docker :
137
- - image : haskell:8.8.1
147
+ - image : haskell:8.8.2
138
148
steps :
139
149
- checkout
140
150
- run :
@@ -171,5 +181,7 @@ workflows:
171
181
- ghc-8.4.4
172
182
- ghc-8.6.4
173
183
- ghc-8.6.5
184
+ - ghc-8.8.1
185
+ - ghc-8.8.2
174
186
- ghc-nightly
175
187
- cabal
Original file line number Diff line number Diff line change
1
+ resolver : nightly-2020-01-25
2
+ packages :
3
+ - .
4
+ - hie-plugin-api
5
+
6
+ extra-deps :
7
+ # - ./submodules/HaRe
8
+
9
+ - apply-refact-0.7.0.0
10
+ - bytestring-trie-0.2.5.0
11
+ - cabal-helper-1.0.0.0
12
+ - clock-0.7.2
13
+ - constrained-dynamic-0.1.0.0
14
+ - floskell-0.10.2
15
+ - ghc-lib-parser-ex-8.8.2
16
+ - git : https://github.com/haskell/haddock.git
17
+ commit : be8b02c4e3cffe7d45b3dad0a0f071d35a274d65
18
+ subdirs :
19
+ - haddock-api
20
+ - haddock-library-1.8.0
21
+ - haskell-src-exts-1.21.1
22
+ - hie-bios-0.3.2
23
+ - hlint-2.2.8
24
+ - hoogle-5.0.17.11
25
+ - hsimport-0.11.0
26
+ - ilist-0.3.1.0
27
+ - monad-dijkstra-0.1.1.2
28
+ - ormolu-0.0.3.1
29
+ - semigroups-0.18.5
30
+ - temporary-1.2.1.1
31
+
32
+ flags :
33
+ haskell-ide-engine :
34
+ pedantic : true
35
+ hie-plugin-api :
36
+ pedantic : true
37
+
38
+ # allow-newer: true
39
+
40
+ nix :
41
+ packages : [ icu libcxx zlib ]
42
+
43
+ concurrent-tests : false
You can’t perform that action at this time.
0 commit comments