From be9e351036ea105e67330c8969af085981d85f22 Mon Sep 17 00:00:00 2001 From: Andrea Bedini Date: Thu, 30 May 2024 13:41:37 +0800 Subject: [PATCH] chore(nix): use the same ghc version in nix and cabal.project --- cabal.project | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cabal.project b/cabal.project index 59532f9..ffb194d 100644 --- a/cabal.project +++ b/cabal.project @@ -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 diff --git a/flake.nix b/flake.nix index cb4d44a..f1b9eaa 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ project = pkgs.haskell-nix.cabalProject' { src = ./.; - compiler-nix-name = "ghc94"; + compiler-nix-name = "ghc948"; shell.tools = { cabal = "latest"; hlint = "latest";