haskell-hoogle: drop obsolete jailbreak

The latest version of hoogle accepts haskell-src-exts-1.23.x.
This commit is contained in:
Peter Simons 2020-01-10 20:34:23 +01:00
parent 7b8cdfabcd
commit 4ef37f4210

View File

@ -1261,7 +1261,7 @@ self: super: {
# The LTS-14.x version of their dependencies are too old.
cabal-plan = super.cabal-plan.overrideScope (self: super: { optparse-applicative = self.optparse-applicative_0_15_1_0; ansi-terminal = self.ansi-terminal_0_10_2; base-compat = self.base-compat_0_11_0; semialign = self.semialign_1_1; time-compat = doJailbreak super.time-compat; });
hoogle = (doJailbreak super.hoogle).override { haskell-src-exts = self.haskell-src-exts_1_23_0; }; # https://github.com/ndmitchell/hoogle/issues/334
hoogle = super.hoogle.override { haskell-src-exts = self.haskell-src-exts_1_23_0; };
# Version bounds for http-client are too strict:
# https://github.com/bitnomial/prometheus/issues/34