hoogle: update override for dependency to provide haskell-src-exts-1.22.x
This commit is contained in:
parent
1439dcee0b
commit
0c0d11bc33
1 changed files with 2 additions and 1 deletions
|
@ -1249,8 +1249,9 @@ self: super: {
|
|||
'';
|
||||
});
|
||||
|
||||
# The LTS-14.x version of optparse-applicative is too old.
|
||||
# The LTS-14.x version of their dependencies are too old.
|
||||
cabal-plan = super.cabal-plan.override { optparse-applicative = self.optparse-applicative_0_15_1_0; };
|
||||
hoogle = super.hoogle.override { haskell-src-exts = self.haskell-src-exts_1_22_0; };
|
||||
|
||||
# Version bounds for http-client are too strict:
|
||||
# https://github.com/bitnomial/prometheus/issues/34
|
||||
|
|
Loading…
Reference in a new issue