stylish-cabal: fix the build
We can still compile the package with ghc-8.6.5. Later compiler versions don't work, unfortunately.
This commit is contained in:
@@ -87,4 +87,8 @@ self: super: {
|
||||
# Builds only with ghc-8.8.x and beyond.
|
||||
policeman = markBroken super.policeman;
|
||||
|
||||
# https://github.com/pikajude/stylish-cabal/issues/12
|
||||
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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user