Skip to content

Commit 5cd64a6

Browse files
snoybergborsboom
authored andcommitted
Switch to GHC 8.10.4 by default
Includes a new Alpine build image
1 parent 0ca101b commit 5cd64a6

File tree

3 files changed

+44
-44
lines changed

3 files changed

+44
-44
lines changed

stack-ghc-810.yaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

stack-ghc-810.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
stack.yaml

stack-ghc-86.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

stack-ghc-86.yaml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
resolver: lts-14.27
2+
3+
packages:
4+
- .
5+
6+
docker:
7+
enable: false
8+
9+
#image: fpco/alpine-haskell-stack:8.6.5
10+
image: fpco/alpine-haskell-stack@sha256:49e7e15f3b1d3f882ba5bb701463b1d508fbf40e5aafce6ea31acd210da570ba
11+
12+
nix:
13+
# --nix on the command-line to enable.
14+
packages:
15+
- zlib
16+
- unzip
17+
flags:
18+
stack:
19+
hide-dependency-versions: true
20+
supported-build: true
21+
developer-mode: true
22+
23+
ghc-options:
24+
"$locals": -fhide-source-paths
25+
26+
extra-deps:
27+
- Cabal-3.0.0.0@rev:0
28+
- hi-file-parser-0.1.2.0@rev:0
29+
- hpack-0.33.0@rev:0
30+
- http-download-0.2.0.0@rev:0
31+
- filelock-0.1.1.5@rev:0
32+
- rio-0.1.19.0@rev:0
33+
- rio-prettyprint-0.1.1.0@rev:0
34+
- casa-client-0.0.1@rev:0
35+
- casa-types-0.0.1@rev:0
36+
- pantry-0.5.1.5@rev:0
37+
38+
drop-packages:
39+
# See https://github.com/commercialhaskell/stack/pull/4712
40+
- cabal-install

stack.yaml

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
resolver: lts-14.27
1+
resolver: nightly-2021-04-23
22

33
packages:
44
- .
55

66
docker:
77
enable: false
8-
9-
#image: fpco/alpine-haskell-stack:8.6.5
10-
image: fpco/alpine-haskell-stack@sha256:49e7e15f3b1d3f882ba5bb701463b1d508fbf40e5aafce6ea31acd210da570ba
8+
repo: fpco/alpine-haskell-stack:8.10.4
119

1210
nix:
1311
# --nix on the command-line to enable.
@@ -16,24 +14,12 @@ nix:
1614
- unzip
1715
flags:
1816
stack:
19-
hide-dependency-versions: true
20-
supported-build: true
2117
developer-mode: true
2218

2319
ghc-options:
2420
"$locals": -fhide-source-paths
2521

26-
extra-deps:
27-
- Cabal-3.0.0.0@rev:0
28-
- hi-file-parser-0.1.2.0@rev:0
29-
- hpack-0.33.0@rev:0
30-
- http-download-0.2.0.0@rev:0
31-
- filelock-0.1.1.5@rev:0
32-
- rio-0.1.19.0@rev:0
33-
- rio-prettyprint-0.1.1.0@rev:0
34-
- casa-client-0.0.1@rev:0
35-
- casa-types-0.0.1@rev:0
36-
- pantry-0.5.1.5@rev:0
22+
extra-deps: []
3723

3824
drop-packages:
3925
# See https://github.com/commercialhaskell/stack/pull/4712

0 commit comments

Comments
 (0)