Skip to content

Commit

Permalink
haskell.packages.ghc884.ghc-lib-parser-ex: Fix build for hls
Browse files Browse the repository at this point in the history
  • Loading branch information
maralorn authored and peti committed Nov 20, 2020
1 parent 93e8e7e commit 8a559a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
Expand Up @@ -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;
}

0 comments on commit 8a559a2

Please sign in to comment.