about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2022-09-21 06:06:28 +0200
committermaralorn <mail@maralorn.de>2022-09-21 06:12:47 +0200
commit352da0ce3117965dc5b2c460ceddd520549b99d2 (patch)
tree047f30ad5242ae899b0fea4ec2167b93399b9d48 /pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
parent89c97c03edb3b645b0604ea9415bb4a06eb40921 (diff)
haskellPackages.hlint: Fix plugin and ghc924 jobs
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
index db27788eeae5c..0cebab8f4b8c9 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
@@ -194,9 +194,9 @@ self: super: {
   stylish-haskell = enableCabalFlag "ghc-lib" super.stylish-haskell;
 
   # For "ghc-lib" flag see https://github.com/haskell/haskell-language-server/issues/3185#issuecomment-1250264515
-  hlint = enableCabalFlag "ghc-lib" (super.hlint_3_4_1.override {
+  hlint = doDistribute (enableCabalFlag "ghc-lib" (super.hlint_3_4_1.override {
     ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_2_0_4;
-  });
+  }));
 
   # https://github.com/sjakobi/bsb-http-chunked/issues/38
   bsb-http-chunked = dontCheck super.bsb-http-chunked;