From cfd2c1ef8641c2bee1bb2ac5227fe2efb082717a Mon Sep 17 00:00:00 2001 From: Gabriella Gonzalez Date: Fri, 3 Nov 2023 20:35:44 -0700 Subject: [PATCH] Build against `tasty-1.5` (#450) Related to https://github.com/commercialhaskell/stackage/issues/7111 --- turtle.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turtle.cabal b/turtle.cabal index b549a86..88bb410 100644 --- a/turtle.cabal +++ b/turtle.cabal @@ -169,7 +169,7 @@ test-suite system-filepath-tests Build-Depends: base, filepath, - tasty >=1.4 && <1.5, + tasty >=1.4 && <1.6, tasty-hunit >=0.10 && <0.11, turtle