Add upper bound for Haddock.

This commit is my latest attempt to solve haddock related errors.

At first, I thought the many missing HTML files (see closed tickets
below) were related to each individual package, however, with so many
packages failing, I think it must be related to the Haddock bug.

After testing this change manually with a new nightly build, I'm fairly
confident that this will get us back on the road until a new Haddock
release.

Please see https://github.com/haskell/haddock/issues/634.

Closes https://github.com/fpco/stackage/issues/2563.
Closes https://github.com/sinelaw/xml-to-json-fast/issues/5.
Closes https://github.com/tfausak/autoexporter/issues/4.
This commit is contained in:
Luke Murphy 2017-06-06 16:41:07 +01:00
parent 72f9e6a040
commit 788f2073a0
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -3234,8 +3234,8 @@ packages:
- blaze-html < 0.9 - blaze-html < 0.9
- blaze-markup < 0.8 - blaze-markup < 0.8
# https://github.com/tfausak/autoexporter/issues/4 # https://github.com/haskell/haddock/issues/634
- autoexporter < 1.0 - haddock < 2.17.4
# end of packages # end of packages
@ -3658,7 +3658,6 @@ expected-test-failures:
- servant # https://github.com/haskell-servant/servant/issues/698 - servant # https://github.com/haskell-servant/servant/issues/698
- snap-core # https://github.com/snapframework/snap-core/issues/26 - snap-core # https://github.com/snapframework/snap-core/issues/26
- stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5
- haddock # https://github.com/haskell/haddock/issues/634
# end of expected-test-failures # end of expected-test-failures
@ -3709,8 +3708,6 @@ expected-haddock-failures:
- MemoTrie # https://github.com/conal/MemoTrie/issues/10 - MemoTrie # https://github.com/conal/MemoTrie/issues/10
- metrics # https://github.com/iand675/metrics/issues/5 - metrics # https://github.com/iand675/metrics/issues/5
- text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160
- dsp # https://github.com/fpco/stackage/issues/2563
- xml-to-json-fast # https://github.com/sinelaw/xml-to-json-fast/issues/5
# Haddock bugs # Haddock bugs
- swagger2 # https://github.com/GetShopTV/swagger2/issues/66 - swagger2 # https://github.com/GetShopTV/swagger2/issues/66