haskell-src-exts: update overrides for version 1.20.2

+4 -4
+4 -4
pkgs/development/haskell-modules/configuration-common.nix
··· 603 603 ''; 604 604 doCheck = false; # https://github.com/chrisdone/hindent/issues/299 605 605 })).override { 606 - haskell-src-exts = self.haskell-src-exts_1_20_1; 606 + haskell-src-exts = self.haskell-src-exts_1_20_2; 607 607 }; 608 608 609 609 # Need newer versions of their dependencies than the ones we have in LTS-10.x. 610 610 cabal2nix = super.cabal2nix.override { hpack = self.hpack_0_27_0; }; 611 - hlint = super.hlint.overrideScope (self: super: { haskell-src-exts = self.haskell-src-exts_1_20_1; }); 611 + hlint = super.hlint.overrideScope (self: super: { haskell-src-exts = self.haskell-src-exts_1_20_2; }); 612 612 613 613 # https://github.com/bos/configurator/issues/22 614 614 configurator = dontCheck super.configurator; ··· 847 847 # Hoogle needs newer versions than lts-10 provides. lambdabot-haskell-plugins 848 848 # depends on Hoogle and therefore needs to use the same version. 849 849 hoogle = super.hoogle.override { 850 - haskell-src-exts = self.haskell-src-exts_1_20_1; 850 + haskell-src-exts = self.haskell-src-exts_1_20_2; 851 851 http-conduit = self.http-conduit_2_3_0; 852 852 }; 853 853 lambdabot-haskell-plugins = super.lambdabot-haskell-plugins.override { 854 854 haskell-src-exts-simple = self.haskell-src-exts-simple_1_20_0_0; 855 855 }; 856 856 haskell-src-exts-simple_1_20_0_0 = super.haskell-src-exts-simple_1_20_0_0.override { 857 - haskell-src-exts = self.haskell-src-exts_1_20_1; 857 + haskell-src-exts = self.haskell-src-exts_1_20_2; 858 858 }; 859 859 860 860 # These packages depend on each other, forming an infinite loop.