about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2022-01-05 11:29:05 +0900
committerDennis Gosnell <cdep.illabout@gmail.com>2022-01-05 11:29:05 +0900
commit882ecaa53044af65cf6aab5d62802454cbf0e87d (patch)
tree989ac524ee5a3f6267c221c75e465ed559f66438 /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parentd0e6c53a9678ec169a2a112a3b40239892d66d6a (diff)
downloadnixlib-882ecaa53044af65cf6aab5d62802454cbf0e87d.tar
nixlib-882ecaa53044af65cf6aab5d62802454cbf0e87d.tar.gz
nixlib-882ecaa53044af65cf6aab5d62802454cbf0e87d.tar.bz2
nixlib-882ecaa53044af65cf6aab5d62802454cbf0e87d.tar.lz
nixlib-882ecaa53044af65cf6aab5d62802454cbf0e87d.tar.xz
nixlib-882ecaa53044af65cf6aab5d62802454cbf0e87d.tar.zst
nixlib-882ecaa53044af65cf6aab5d62802454cbf0e87d.zip
haskellPackages.hlint: bump latest version
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 25c0873729d7..d20cbb9db25c 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 = doDistribute super.hlint_3_3_5;
+  hlint = doDistribute super.hlint_3_3_6;
 
   # 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;