Skip to content

Commit be9e351

Browse files
committed
chore(nix): use the same ghc version in nix and cabal.project
1 parent bf7a5d7 commit be9e351

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
packages: .
22
index-state: 2023-09-10T21:31:08Z
3-
with-compiler: ghc-9.4.7
3+
with-compiler: ghc-9.4.8
44

55
tests: True
66
test-show-details: direct

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
project = pkgs.haskell-nix.cabalProject' {
3030
src = ./.;
31-
compiler-nix-name = "ghc94";
31+
compiler-nix-name = "ghc948";
3232
shell.tools = {
3333
cabal = "latest";
3434
hlint = "latest";

0 commit comments

Comments
 (0)