Skip to content

Commit

Permalink
Merge pull request #479 from IntersectMBO/smelc/update-nix-ghc-to-9.6.4
Browse files Browse the repository at this point in the history
flake.nix: ghc 9.6.3 -> ghc 9.6.4
  • Loading branch information
smelc authored Mar 11, 2024
2 parents 53a4d8c + ce894f7 commit 1ef5226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
inherit (nixpkgs) lib;

# see flake `variants` below for alternative compilers
defaultCompiler = "ghc963";
defaultCompiler = "ghc964";
haddockShellCompiler = defaultCompiler;
# We use cabalProject' to ensure we don't build the plan for
# all systems.
Expand Down Expand Up @@ -82,7 +82,7 @@
}
// lib.optionalAttrs (config.compiler-nix-name == defaultCompiler) {
# tools that work or should be used only with default compiler
haskell-language-server = "2.5.0.0";
haskell-language-server.src = nixpkgs.haskell-nix.sources."hls-2.6";
hlint = "3.6.1";
stylish-haskell = "0.14.5.0";
};
Expand Down

0 comments on commit 1ef5226

Please sign in to comment.