Skip to content

Commit

Permalink
switch ghc 9.2.8 to the stable channel (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin authored May 25, 2024
1 parent 96797f4 commit 01ba7be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main/ghc/checks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ in
weeder-for-ghc-9-6-5 = weederVersionCheck "2.8.0" packages.ghc-9-6-5;

hls-for-ghc-9-2-7 = hlsVersionCheck "1.10.0.0" (lib.haskellBundle { ghcVersion = "ghc-9-2-7"; enableHLS = true; });
hls-for-ghc-9-2-8 = hlsVersionCheck "2.2.0.0" (lib.haskellBundle { ghcVersion = "ghc-9-2-8"; enableHLS = true; });
hls-for-ghc-9-2-8 = hlsVersionCheck "2.4.0.0" (lib.haskellBundle { ghcVersion = "ghc-9-2-8"; enableHLS = true; });
hls-for-ghc-9-4-5 = hlsVersionCheck "2.4.0.0" (lib.haskellBundle { ghcVersion = "ghc-9-4-5"; enableHLS = true; });
hls-for-ghc-9-4-6 = hlsVersionCheck "2.4.0.0" (lib.haskellBundle { ghcVersion = "ghc-9-4-6"; enableHLS = true; });
hls-for-ghc-9-4-7 = hlsVersionCheck "2.4.0.0" (lib.haskellBundle { ghcVersion = "ghc-9-4-7"; enableHLS = true; });
Expand Down
2 changes: 1 addition & 1 deletion main/ghc/configurations.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ in

ghc-9-2-8 = { packageSelection, enableHLS }:
let
nixpkgs = import inputs.nixpkgs-unstable-2023-10-21 { inherit system; config = { }; };
nixpkgs = import inputs.nixpkgs-stable { inherit system; config = { }; };
name = "ghc928";
inherit (nixpkgs) haskell;
haskellPackages = haskell.packages.${name};
Expand Down

0 comments on commit 01ba7be

Please sign in to comment.