Skip to content

Commit

Permalink
chore(nix): use the same ghc version in nix and cabal.project
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabedini committed Jul 11, 2024
1 parent bf7a5d7 commit be9e351
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

project = pkgs.haskell-nix.cabalProject' {
src = ./.;
compiler-nix-name = "ghc94";
compiler-nix-name = "ghc948";
shell.tools = {
cabal = "latest";
hlint = "latest";
Expand Down

0 comments on commit be9e351

Please sign in to comment.