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

Commit aa2e18a

Browse files
committed
Add 8.8.2 stack file and CI
1 parent 4fb5b32 commit aa2e18a

File tree

2 files changed

+56
-1
lines changed

2 files changed

+56
-1
lines changed

.circleci/config.yml

+13-1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,16 @@ jobs:
126126
- STACK_FILE: "stack-8.6.5.yaml"
127127
<<: *defaults
128128

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+
129139
ghc-nightly:
130140
environment:
131141
- STACK_FILE: "stack.yaml"
@@ -134,7 +144,7 @@ jobs:
134144
cabal:
135145
working_directory: ~/build
136146
docker:
137-
- image: haskell:8.8.1
147+
- image: haskell:8.8.2
138148
steps:
139149
- checkout
140150
- run:
@@ -171,5 +181,7 @@ workflows:
171181
- ghc-8.4.4
172182
- ghc-8.6.4
173183
- ghc-8.6.5
184+
- ghc-8.8.1
185+
- ghc-8.8.2
174186
- ghc-nightly
175187
- cabal

stack-8.8.2.yaml

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

0 commit comments

Comments
 (0)