We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a7632 commit d09606eCopy full SHA for d09606e
flake.lock
flake.nix
@@ -1,6 +1,6 @@
1
{
2
inputs = {
3
- nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
+ nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
4
utils.url = "github:numtide/flake-utils";
5
};
6
@@ -26,11 +26,13 @@
26
gawk # Needed by packages `network` and `old-time`
27
git-cliff
28
gnumake
29
- haskell.compiler.ghc98
+ haskell.compiler.ghc910
30
haskellPackages.cabal-fmt
31
haskellPackages.cabal-install
32
haskellPackages.fourmolu
33
- haskellPackages.haskell-language-server
+ (pkgs.haskell-language-server.override {
34
+ supportedGhcVersions = [ "9102" ];
35
+ })
36
haskellPackages.hlint
37
haskellPackages.stack
38
mdbook
0 commit comments