Skip to content

Commit

Permalink
get ghc 9.2.8 from nixpkgs 24.11 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin authored Dec 11, 2024
1 parent 8fcd90d commit c5eb3c3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
17 changes: 17 additions & 0 deletions main/flake.lock

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

1 change: 1 addition & 0 deletions main/flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
inputs = {
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs-24-11.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs-24-05.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs-22-11.url = "github:nixos/nixpkgs/nixos-22.11";
nixpkgs-23-05.url = "github:nixos/nixpkgs/nixos-23.05";
Expand Down
2 changes: 1 addition & 1 deletion main/ghc/checks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ in
packageName = "ghc-9-2-8";
ghc = "9.2.8";
weeder = "2.4.1";
hls = "2.8.0.0";
hls = "2.9.0.0";
};
ghc-9-4-5 = ghcCheck {
packageName = "ghc-9-4-5";
Expand Down
2 changes: 1 addition & 1 deletion main/ghc/configurations.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ in
ghc-9-2-8 =
{ packageSelection, enableHLS }:
let
nixpkgs = import inputs.nixpkgs-stable {
nixpkgs = import inputs.nixpkgs-24-11 {
inherit system;
config = { };
};
Expand Down

0 comments on commit c5eb3c3

Please sign in to comment.