mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Haskell-language-puppet: don't build haddock
This commit is contained in:
parent
61da89bc8a
commit
3e22c56161
1 changed files with 4 additions and 0 deletions
|
@ -996,4 +996,8 @@ self: super: {
|
|||
# Duplicate instance with smallcheck.
|
||||
store = dontCheck super.store;
|
||||
|
||||
# With ghc-8.2.x haddock would time out for unknown reason
|
||||
# See https://github.com/haskell/haddock/issues/679
|
||||
language-puppet = dontHaddock super.language-puppet;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue