haskell-stylish-cabal: fix build with ghc 8.2.x and 8.4.x
This commit is contained in:
@@ -91,7 +91,7 @@ self: super: {
|
|||||||
text = self.text_1_2_3_0;
|
text = self.text_1_2_3_0;
|
||||||
});
|
});
|
||||||
|
|
||||||
# Needs Cabal 2.2.x, which is not the default.
|
# These packages need Cabal 2.2.x, which is not the default.
|
||||||
distribution-nixpkgs = super.distribution-nixpkgs.overrideScope (self: super: {
|
distribution-nixpkgs = super.distribution-nixpkgs.overrideScope (self: super: {
|
||||||
Cabal = self.Cabal_2_2_0_0;
|
Cabal = self.Cabal_2_2_0_0;
|
||||||
text = self.text_1_2_3_0;
|
text = self.text_1_2_3_0;
|
||||||
@@ -104,5 +104,10 @@ self: super: {
|
|||||||
Cabal = self.Cabal_2_2_0_0;
|
Cabal = self.Cabal_2_2_0_0;
|
||||||
text = self.text_1_2_3_0;
|
text = self.text_1_2_3_0;
|
||||||
});
|
});
|
||||||
|
stylish-cabal = dontHaddock (dontCheck (super.stylish-cabal.overrideScope (self: super: {
|
||||||
|
Cabal = self.Cabal_2_2_0_0;
|
||||||
|
text = self.text_1_2_3_0;
|
||||||
|
haddock-library = dontHaddock (dontCheck self.haddock-library_1_5_0_1);
|
||||||
|
})));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -797,4 +797,7 @@ self: super: {
|
|||||||
# https://github.com/haskell/hackage-security/issues/211
|
# https://github.com/haskell/hackage-security/issues/211
|
||||||
hackage-security = doJailbreak super.hackage-security;
|
hackage-security = doJailbreak super.hackage-security;
|
||||||
|
|
||||||
|
# https://github.com/pikajude/stylish-cabal/issues/6
|
||||||
|
stylish-cabal = dontHaddock super.stylish-cabal;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user