Skip to content

Commit d09606e

Browse files
committed
Upgrade to GHC 9.10 for Nix' provided HLS
1 parent 92a7632 commit d09606e

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
inputs = {
3-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
3+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
44
utils.url = "github:numtide/flake-utils";
55
};
66

@@ -26,11 +26,13 @@
2626
gawk # Needed by packages `network` and `old-time`
2727
git-cliff
2828
gnumake
29-
haskell.compiler.ghc98
29+
haskell.compiler.ghc910
3030
haskellPackages.cabal-fmt
3131
haskellPackages.cabal-install
3232
haskellPackages.fourmolu
33-
haskellPackages.haskell-language-server
33+
(pkgs.haskell-language-server.override {
34+
supportedGhcVersions = [ "9102" ];
35+
})
3436
haskellPackages.hlint
3537
haskellPackages.stack
3638
mdbook

0 commit comments

Comments
 (0)