Skip to content

Commit 293c635

Browse files
snoybergborsboom
authored andcommitted
Add -nightly, move standard build to LTS 17
1 parent e3671cd commit 293c635

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
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-810.yaml
5555
extra-suffix: ""
5656
stack-args: ""
57+
- os: ubuntu-latest
58+
stack-yaml: stack-nightly.yaml
59+
extra-suffix: ""
60+
stack-args: ""
5761
- os: ubuntu-latest
5862
stack-yaml: stack.yaml
5963
extra-suffix: "alpine"

stack-nightly.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
resolver: nightly-2021-04-23
2+
3+
packages:
4+
- .
5+
6+
docker:
7+
enable: false
8+
repo: fpco/alpine-haskell-stack:8.10.4
9+
10+
nix:
11+
# --nix on the command-line to enable.
12+
packages:
13+
- zlib
14+
- unzip
15+
flags:
16+
stack:
17+
developer-mode: true
18+
19+
ghc-options:
20+
"$locals": -fhide-source-paths
21+
22+
extra-deps: []
23+
24+
drop-packages:
25+
# See https://github.com/commercialhaskell/stack/pull/4712
26+
- cabal-install

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2021-04-23
1+
resolver: lts-17.10
22

33
packages:
44
- .

0 commit comments

Comments
 (0)