haskell-ghc-lib-parser-ex: fix build with GHC versions prior to 8.8.x

This commit is contained in:
Peter Simons
2020-04-17 20:50:48 +02:00
parent abc4f961b4
commit d6aedf7bcd
3 changed files with 9 additions and 0 deletions
@@ -88,4 +88,7 @@ self: super: {
stylish-cabal = doDistribute (markUnbroken (super.stylish-cabal.override { haddock-library = self.haddock-library_1_7_0; }));
haddock-library_1_7_0 = dontCheck super.haddock-library_1_7_0;
# ghc versions prior to 8.8.x needs additional dependency to compile successfully.
ghc-lib-parser-ex = addBuildDepend super.ghc-lib-parser-ex self.ghc-lib-parser;
}