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 15:22:46 +0100
committersternenseemann <sternenseemann@systemli.org>2021-12-21 15:22:46 +0100
commita7e1fcdeca1fc06616d8970a381fa770a2a6f915 (patch)
treee9cb7ba60f2398db2022d643fd63d4da48aaa3ad /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parent9beb15dd66ec0fe87db843b87772622981721c8b (diff)
downloadnixlib-a7e1fcdeca1fc06616d8970a381fa770a2a6f915.tar
nixlib-a7e1fcdeca1fc06616d8970a381fa770a2a6f915.tar.gz
nixlib-a7e1fcdeca1fc06616d8970a381fa770a2a6f915.tar.bz2
nixlib-a7e1fcdeca1fc06616d8970a381fa770a2a6f915.tar.lz
nixlib-a7e1fcdeca1fc06616d8970a381fa770a2a6f915.tar.xz
nixlib-a7e1fcdeca1fc06616d8970a381fa770a2a6f915.tar.zst
nixlib-a7e1fcdeca1fc06616d8970a381fa770a2a6f915.zip
haskell.packages.ghc901.hlint: 3.3.4 -> 3.3.5
haskell.packages.ghc921.hlint: adjust override
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 8a42854be785..2b4a1ef2171a 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_4;
+  hlint = 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;