Merge pull request #32896 from PierreR/master

Haskell-language-puppet: don't build haddock
This commit is contained in:
Peter Simons 2017-12-20 20:49:11 +01:00 committed by GitHub
commit cb0b1423ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}