From e95297fda9d2d24ba0586559bcd4f2d5d8630fae Mon Sep 17 00:00:00 2001 From: Alexey Khudyakov Date: Tue, 23 Jun 2026 18:03:30 +0300 Subject: [PATCH] Allow doctest-0.25 --- statistics.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statistics.cabal b/statistics.cabal index 65322a6..177af18 100644 --- a/statistics.cabal +++ b/statistics.cabal @@ -208,7 +208,7 @@ test-suite statistics-doctests build-depends: base -any , statistics -any - , doctest >=0.15 && <0.25 + , doctest >=0.15 && <0.26 -- We want to be able to build benchmarks using both tasty-bench and tasty-papi. -- They have similar API so we just create two shim modules which reexport