We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7a5d7 commit be9e351Copy full SHA for be9e351
cabal.project
@@ -1,6 +1,6 @@
1
packages: .
2
index-state: 2023-09-10T21:31:08Z
3
-with-compiler: ghc-9.4.7
+with-compiler: ghc-9.4.8
4
5
tests: True
6
test-show-details: direct
flake.nix
@@ -28,7 +28,7 @@
28
29
project = pkgs.haskell-nix.cabalProject' {
30
src = ./.;
31
- compiler-nix-name = "ghc94";
+ compiler-nix-name = "ghc948";
32
shell.tools = {
33
cabal = "latest";
34
hlint = "latest";
0 commit comments