Skip to content

Commit d05669e

Browse files
committed
As 3.8 does not seem to work with GHC 9.10
1 parent 78ece04 commit d05669e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
tools = {
191191
cabal = "3.14.2.0";
192192
fourmolu = "0.17.0.0";
193-
hlint = "3.8";
193+
hlint = "3.10";
194194

195195
haskell-language-server = {
196196
src = nixpkgs.haskell-nix.sources."hls-2.11";

0 commit comments

Comments
 (0)