haskell.packages.ghc884.ghc-lib-parser-ex: Fix build for hls
This commit is contained in:
parent
93e8e7eb62
commit
8a559a2a08
@ -124,4 +124,8 @@ self: super: {
|
|||||||
|
|
||||||
# This became a core library in ghc 8.10., so we don‘t have an "exception" attribute anymore.
|
# This became a core library in ghc 8.10., so we don‘t have an "exception" attribute anymore.
|
||||||
exceptions = super.exceptions_0_10_4;
|
exceptions = super.exceptions_0_10_4;
|
||||||
|
|
||||||
|
# ghc versions which don‘t 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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user