about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2021-12-21 16:08:13 +0100
committersterni <sternenseemann@systemli.org>2021-12-21 16:12:21 +0100
commit7a6878a95673271aaf46aa53a06844cc0d1739e9 (patch)
tree298296ab84330a661632a8f7055c4823c118af8e /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parent9a7068759c870b1855ef9b8b617520e0e943c4eb (diff)
downloadnixlib-7a6878a95673271aaf46aa53a06844cc0d1739e9.tar
nixlib-7a6878a95673271aaf46aa53a06844cc0d1739e9.tar.gz
nixlib-7a6878a95673271aaf46aa53a06844cc0d1739e9.tar.bz2
nixlib-7a6878a95673271aaf46aa53a06844cc0d1739e9.tar.lz
nixlib-7a6878a95673271aaf46aa53a06844cc0d1739e9.tar.xz
nixlib-7a6878a95673271aaf46aa53a06844cc0d1739e9.tar.zst
nixlib-7a6878a95673271aaf46aa53a06844cc0d1739e9.zip
haskell.compiler.*.hlint: make hlint is built on Hydra for GHC >= 9
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
index 2b4a1ef2171a..2915645689be 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -117,7 +117,7 @@ self: super: {
   retry = dontCheck super.retry;
 
   # Hlint needs >= 3.3.4 for ghc 9 support.
-  hlint = super.hlint_3_3_5;
+  hlint = doDistribute super.hlint_3_3_5;
 
   # 2021-09-18: ghc-api-compat and ghc-lib-* need >= 9.0.x versions for hls and hlint
   ghc-api-compat = doDistribute super.ghc-api-compat_9_0_1;