Skip to content

Commit 46b9d29

Browse files
committed
Add stack-ghc-810.yaml and Github Actions job
1 parent 9488f35 commit 46b9d29

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
stack-yaml: stack-ghc-88.yaml
5555
extra-suffix: ""
5656
stack-args: ""
57+
- os: ubuntu-latest
58+
stack-yaml: stack-ghc-810.yaml
59+
extra-suffix: ""
60+
stack-args: ""
5761
- os: ubuntu-latest
5862
stack-yaml: stack.yaml
5963
extra-suffix: "alpine"

stack-ghc-810.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
resolver: nightly-2020-08-03
2+
3+
packages:
4+
- .
5+
6+
docker:
7+
enable: false
8+
repo: fpco/stack-build:lts-16.0
9+
10+
nix:
11+
# --nix on the command-line to enable.
12+
packages:
13+
- zlib
14+
- unzip
15+
flags:
16+
stack:
17+
hide-dependency-versions: true
18+
supported-build: true
19+
developer-mode: true
20+
21+
ghc-options:
22+
"$locals": -fhide-source-paths
23+
24+
extra-deps:
25+
- pantry-0.4.0.2@rev:0
26+
27+
drop-packages:
28+
# See https://github.com/commercialhaskell/stack/pull/4712
29+
- cabal-install

0 commit comments

Comments
 (0)