haskell-hoogle: fix build of latest version

+3
+3
pkgs/development/haskell-modules/configuration-common.nix
··· 1016 unliftio = self.unliftio_0_2_0_0; 1017 }); 1018 1019 }
··· 1016 unliftio = self.unliftio_0_2_0_0; 1017 }); 1018 1019 + # Hoogle needs a newer version than lts-9 provides. 1020 + hoogle = super.hoogle.override { haskell-src-exts = self.haskell-src-exts_1_20_1; }; 1021 + 1022 }