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:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user