haddock: fix build
This commit is contained in:
parent
9dfa74a9a8
commit
bf22c802e1
@ -1056,12 +1056,13 @@ self: super: {
|
|||||||
# https://github.com/haskell-hvr/hgettext/issues/14
|
# https://github.com/haskell-hvr/hgettext/issues/14
|
||||||
hgettext = doJailbreak super.hgettext;
|
hgettext = doJailbreak super.hgettext;
|
||||||
|
|
||||||
|
# 2.23.0 supports GHC 8.x and up
|
||||||
|
haddock = super.haddock_2_22_0;
|
||||||
# haddock-api-2.22.0: Break out of “QuickCheck ==2.11.*, hspec >=2.4.4 && <2.6”
|
# haddock-api-2.22.0: Break out of “QuickCheck ==2.11.*, hspec >=2.4.4 && <2.6”
|
||||||
haddock-api = dontHaddock (doJailbreak (super.haddock-api));
|
haddock-api = dontHaddock (doJailbreak (super.haddock-api_2_22_0));
|
||||||
|
|
||||||
# The test suite is broken. Break out of "base-compat >=0.9.3 && <0.10, hspec >=2.4.4 && <2.5".
|
# The test suite is broken. Break out of "base-compat >=0.9.3 && <0.10, hspec >=2.4.4 && <2.5".
|
||||||
haddock-library = doJailbreak (dontCheck super.haddock-library);
|
haddock-library = doJailbreak (dontCheck super.haddock-library);
|
||||||
# haddock-library_1_6_0 = doJailbreak (dontCheck super.haddock-library_1_6_0);
|
|
||||||
|
|
||||||
# Generate shell completion.
|
# Generate shell completion.
|
||||||
cabal2nix = generateOptparseApplicativeCompletion "cabal2nix" super.cabal2nix;
|
cabal2nix = generateOptparseApplicativeCompletion "cabal2nix" super.cabal2nix;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user