diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 293492984ee..dfb70efd445 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1204,4 +1204,7 @@ self: super: { # https://github.com/kazu-yamamoto/iproute/issues/43 appar = self.appar_0_1_7; + # The LTS-12.x version doesn't suffice to build hlint. + hlint = super.hlint.overrideScope (self: super: { haskell-src-exts = self.haskell-src-exts_1_21_0; }); + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super