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
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ jobs:
# Enter the Nix environment...
. ~/.nix-profile/etc/profile.d/nix.sh
# Add a channel named 'nixpkgs' to the list of subscribed channels...
nix-channel --add https://nixos.org/channels/nixos-23.05 nixpkgs
nix-channel --add https://nixos.org/channels/nixos-25.11 nixpkgs
# Download the Nix expressions for all subscribed channels...
#
# As at 2023-08-21, nixos-23.05 provides GHC 9.2.8.
# As at 2026-03-01, nixos-25.11 provides GHC 9.10.2.
nix-channel --update
# The NIX_PATH environment variable sets a list of directories used to
# look up the location of Nix expressions using paths enclosed in
Expand Down
14 changes: 10 additions & 4 deletions tests/integration/tests/4095-utf8-pure-nix/files/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# As of 20 August 2023, there is no Nix package haskell.compiler.ghc946.
# Available options include ghc92 (GHC 9.2.8), ghc926, ghc927,
# ghc94 (GHC 9.4.5), ghc942, ghc943 or ghc944.
snapshot: lts-20.26 # GHC 9.2.8
# As of 2026-03-01, with channel nixos-25.11, avaiable Nix packages
# haskell.compiler.ghc*, based on:
#
# $ nix-instantiate --eval -E "with import <nixpkgs> {}; lib.attrNames haskell.compiler"
#
# are:
#
# 948 (GHC 9.4.8), 967 (GHC 9.6.7), 984 (GHC 9.8.4), 9102 (GHC 9.10.2),
# 9103 (GHC 9.10.3), 9122 (GHC 9.12.2).
snapshot: lts-24.32 # GHC 9.10.3