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

Commit bb6c923

Browse files
authored
Merge pull request #1241 from alanz/ghc-8.6.5-stack-file
Add an explicit stack file for GHC 8.6.5
2 parents f22b2dd + 08384bd commit bb6c923

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

.circleci/config.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@ jobs:
146146
- STACK_FILE: "stack-8.6.4.yaml"
147147
<<: *defaults
148148

149+
ghc-8.6.5:
150+
environment:
151+
- STACK_FILE: "stack-8.6.5.yaml"
152+
<<: *defaults
153+
149154
ghc-nightly:
150155
environment:
151156
- STACK_FILE: "stack.yaml"
@@ -196,7 +201,8 @@ workflows:
196201
- ghc-8.4.4
197202
- ghc-8.6.1
198203
- ghc-8.6.2
199-
- ghc-8.6.3
204+
# - ghc-8.6.3
200205
- ghc-8.6.4
206+
- ghc-8.6.5
201207
- ghc-nightly
202208
- cabal

stack-8.6.5.yaml

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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

0 commit comments

Comments
 (0)