From 298cef6d43c0cd414bece9bc09ffcffd51628be5 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sun, 16 Jul 2023 17:05:43 -0500 Subject: [PATCH] Add upper bounds for doctest, #7060 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8adaa27f5..74d95b086 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8412,6 +8412,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7055 - dependent-sum-template < 0.1.2 + + # https://github.com/commercialhaskell/stackage/issues/7060 + - doctest < 0.22 # end of Stackage upper bounds # end of packages