summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorVaibhav Sagar <vaibhavsagar@gmail.com>2021-07-10 18:04:55 +1000
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-07-10 12:36:37 +0200
commit4869c88626382a01ed59b161afe99d9e164bd8a1 (patch)
tree9740336618760b27a695481eb75c00d13e1b9ccb /pkgs/development/haskell-modules
parentd136ae17bc720b93f99333e950839c464c41b716 (diff)
downloadnixpkgs-4869c88626382a01ed59b161afe99d9e164bd8a1.tar
nixpkgs-4869c88626382a01ed59b161afe99d9e164bd8a1.tar.gz
nixpkgs-4869c88626382a01ed59b161afe99d9e164bd8a1.tar.bz2
nixpkgs-4869c88626382a01ed59b161afe99d9e164bd8a1.tar.lz
nixpkgs-4869c88626382a01ed59b161afe99d9e164bd8a1.tar.xz
nixpkgs-4869c88626382a01ed59b161afe99d9e164bd8a1.tar.zst
nixpkgs-4869c88626382a01ed59b161afe99d9e164bd8a1.zip
haskell.packages.ghc901: use hlint_3_3_0 instead of hlint_3_3_1
The former attribute got removed due to an upstream update.
Diffstat (limited to 'pkgs/development/haskell-modules')
-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 7731c73f0f6..20c64dbbccf 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -106,7 +106,7 @@ self: super: {
   retry = dontCheck super.retry;
 
   # hlint 3.3 needs a ghc-lib-parser newer than the one from stackage
-  hlint = super.hlint_3_3_0.overrideScope (self: super: {
+  hlint = super.hlint_3_3_1.overrideScope (self: super: {
     ghc-lib-parser = overrideCabal self.ghc-lib-parser_9_0_1_20210324 {
       doHaddock = false;
     };