From 576b607edf36b1b4f9eac81d9cadba46bbedf3c5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 4 Jul 2018 12:37:59 -0700 Subject: [PATCH] Skip some tests, unblock doctest, closes #3763 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f35b46f9..7cd690a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -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.