ghc841: haddock-library needs dontCheck and dontHaddock
This commit is contained in:
parent
1a451a36cb
commit
d799cc8b23
1 changed files with 13 additions and 4 deletions
|
@ -90,10 +90,19 @@ self: super: {
|
|||
hackage-db = super.hackage-db_2_0_1;
|
||||
|
||||
## Needs bump to a versioned attribute
|
||||
haddock-library = overrideCabal super.haddock-library_1_5_0_1 (drv: {
|
||||
## Setup: Encountered missing dependencies:
|
||||
## base >=4.5 && <4.11
|
||||
## Older versions don't compile
|
||||
haddock-library = super.haddock-library_1_5_0_1;
|
||||
##
|
||||
## Setup: Encountered missing dependencies:
|
||||
## QuickCheck ==2.11.*
|
||||
doCheck = false;
|
||||
## Running Haddock on library for haddock-library-1.5.0.1..
|
||||
## Setup: internal error when calculating transitive package dependencies.
|
||||
## Debug info: []
|
||||
doHaddock = false;
|
||||
});
|
||||
|
||||
## Needs bump to a versioned attribute
|
||||
## • Could not deduce (Semigroup (ParseResult m))
|
||||
|
|
Loading…
Reference in a new issue