diff --git a/src/core/mkShellWith.nix b/src/core/mkShellWith.nix index ac2158b..e23570b 100644 --- a/src/core/mkShellWith.nix +++ b/src/core/mkShellWith.nix @@ -34,7 +34,7 @@ let }; ghc = if shell.tools.haskellCompilerVersion == null then - "ghc8107" + "ghc96" else shell.tools.haskellCompilerVersion; diff --git a/src/ext/cabal-fmt.nix b/src/ext/cabal-fmt.nix index be2c987..2376c7c 100644 --- a/src/ext/cabal-fmt.nix +++ b/src/ext/cabal-fmt.nix @@ -7,7 +7,7 @@ let version = "0.1.12"; - compiler-nix-name = "ghc92"; + compiler-nix-name = "ghc96"; # Cabal is a lib library, so haskell.nix would normally use the one coming # from the compiler-nix-name (currently 3.2). However cabal-fmt depends on diff --git a/src/ext/fourmolu.nix b/src/ext/fourmolu.nix index 4b559cd..d2201fb 100644 --- a/src/ext/fourmolu.nix +++ b/src/ext/fourmolu.nix @@ -7,7 +7,7 @@ let project = pkgs.haskell-nix.hackage-project { name = "fourmolu"; version = "0.16.2.0"; - compiler-nix-name = "ghc982"; + compiler-nix-name = "ghc98"; modules = [{ packages.fourmolu.components.exes.fourmolu.dontStrip = false; }];