stylish-cabal: fix build with GHC 8.4.x (and clean up overrides)

Unfortunately, more recent compiler versions are unable to build this package
because of its dependency on the old haddock-library version.
This commit is contained in:
Peter Simons
2019-01-29 10:59:32 +01:00
parent f20b8bf9b7
commit dd98e07fed
7 changed files with 15 additions and 11 deletions
@@ -68,4 +68,7 @@ self: super: {
# Break out of "yaml >=0.10.4.0 && <0.11": https://github.com/commercialhaskell/stack/issues/4485
stack = doJailbreak super.stack;
# https://github.com/pikajude/stylish-cabal/issues/11
stylish-cabal = markBrokenVersion "0.4.1.0" super.stylish-cabal;
}