From 8ec916f0d01f5ff407656e57fe0e6c96db94872c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 26 Mar 2021 13:40:32 +0100 Subject: [PATCH] hlint: fix override for ghc-lib-parser --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index a3e16cf971e..4ff5fa76254 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1426,7 +1426,7 @@ self: super: { # hlint 3.3 needs a ghc-lib-parser newer than the one from stackage hlint = super.hlint.overrideScope (self: super: { - ghc-lib-parser = overrideCabal self.ghc-lib-parser_9_0_1_20210207 { + ghc-lib-parser = overrideCabal self.ghc-lib-parser_9_0_1_20210324 { doHaddock = false; }; ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_0_0_4;