haskell.packages.ghc884.ghc-lib-parser-ex: Fix build for hls

This commit is contained in:
Malte Brandy 2020-11-17 01:20:11 +01:00 committed by Peter Simons
parent 93e8e7eb62
commit 8a559a2a08

View file

@ -124,4 +124,8 @@ self: super: {
# This became a core library in ghc 8.10., so we dont have an "exception" attribute anymore. # This became a core library in ghc 8.10., so we dont have an "exception" attribute anymore.
exceptions = super.exceptions_0_10_4; exceptions = super.exceptions_0_10_4;
# ghc versions which dont match the ghc-lib-parser-ex version need the
# additional dependency to compile successfully.
ghc-lib-parser-ex = addBuildDepend super.ghc-lib-parser-ex self.ghc-lib-parser;
} }