Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion stack-ghc-9.12.4.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This is an experimental project-level configuration, to see if Stack can be
# built with GHC 9.12.4.
snapshot: nightly-2026-07-02 # GHC 9.12.4
compiler-check: match-exact # Protect against RCs of GHC 9.12.5

extra-deps:
# nightly-2026-07-02 specifies Cabal-3.14.2.0
Expand All @@ -18,8 +19,8 @@ docker:
nix:
# --nix on the command-line to enable.
packages:
- pkg-config
- zlib
- unzip

flags:
stack:
Expand Down
2 changes: 1 addition & 1 deletion stack-ghc-9.12.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ docker:
nix:
# --nix on the command-line to enable.
packages:
- pkg-config
- zlib
- unzip

flags:
stack:
Expand Down
2 changes: 1 addition & 1 deletion stack-ghc-9.14.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ docker:
nix:
# --nix on the command-line to enable.
packages:
- pkg-config
- zlib
- unzip

flags:
stack:
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ docker:
nix:
# --nix on the command-line to enable.
packages:
- pkg-config
- zlib
- unzip

flags:
stack:
Expand Down
Loading