mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 08:43:06 +00:00
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.
|
||||
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…
Reference in New Issue
Block a user