Skip to content

Commit

Permalink
Update to GHC 9.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
malob committed Dec 20, 2023
1 parent 60c8a45 commit 747ec09
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions constants.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
name = "prefmanager";
# GHC 9.6.2 disabled since `fgl` a dependency of `async-pool` fails to build.
ghcVersions = map (v: "ghc${v}") [ "8107" "902" "928" "946" /* "962" */ ];
defaultGhcVersion = "ghc946";
ghcVersions = map (v: "ghc${v}") [ "810" "90" "92" "94" "96" ];
defaultGhcVersion = "ghc94";
}
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GHC 9.4.6
# GHC 9.4.8
# Keep in sync with `defaultGhcVersion` in `./constants.nix`.
resolver: lts-21.9
resolver: lts-21.25

extra-deps:
- async-pool-0.9.2
Expand Down

0 comments on commit 747ec09

Please sign in to comment.