chore(nix): use the same ghc version in nix and cabal.project

This commit is contained in:
Andrea Bedini 2024-05-30 13:41:37 +08:00 committed by Andrea Bedini
parent bf7a5d72fa
commit be9e351036
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
packages: .
index-state: 2023-09-10T21:31:08Z
with-compiler: ghc-9.4.7
with-compiler: ghc-9.4.8
tests: True
test-show-details: direct

View File

@ -28,7 +28,7 @@
project = pkgs.haskell-nix.cabalProject' {
src = ./.;
compiler-nix-name = "ghc94";
compiler-nix-name = "ghc948";
shell.tools = {
cabal = "latest";
hlint = "latest";