From bff0d7bcf28faa0c58192abce4c8233028537890 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 24 Nov 2025 15:10:19 +0100 Subject: [PATCH] haskell.packages.ghc94.hlint: pin to 3.6.1 My previous commit pinned to the wrong version, the version used for 9.4 was indeed 9.6.1. This time I confirmed building locally as well... --- pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix index 97c95ebfb10a..e17851404614 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix @@ -145,7 +145,7 @@ self: super: { "haskell-language-server has dropped support for ghc 9.4 in version 2.12.0.0, please use a newer ghc version or an older nixpkgs" (markBroken super.haskell-language-server); - hlint = doDistribute self.hlint_3_8; + hlint = doDistribute self.hlint_3_6_1; # directory-ospath-streaming requires the ospath API in core packages # filepath, directory and unix.