Skip some tests, unblock doctest, closes #3763

This commit is contained in:
Dan Burton 2018-07-04 12:37:59 -07:00
parent 86b04cf341
commit 576b607edf
No known key found for this signature in database
GPG Key ID: 41F154F410EC12E0

View File

@ -3581,9 +3581,6 @@ packages:
# https://github.com/commercialhaskell/stackage/issues/3751
- require < 0.3.1
# https://github.com/commercialhaskell/stackage/issues/3763
- doctest < 0.16
# https://github.com/commercialhaskell/stackage/issues/3781
- base-orphans < 0.8
@ -3856,6 +3853,9 @@ skipped-tests:
- haskell-tools-rewrite # tasty 1.1
- pandoc # tasty 1.1
- text-short # tasty 1.1
- servant # doctest 0.16
- servant-auth-docs # doctest 0.16
- servant-swagger # doctest 0.16
# Transitive outdated dependencies
# These can also be checked for updates periodically.