From 59355e813fb01487011d0b6d1408b5c789434fc1 Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Fri, 26 Mar 2021 17:26:15 +0100 Subject: chore(cabal): relax bounds on tasty --- emoji-generic.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emoji-generic.cabal b/emoji-generic.cabal index 4d0f273..7b91839 100644 --- a/emoji-generic.cabal +++ b/emoji-generic.cabal @@ -38,7 +38,7 @@ test-suite test hs-source-dirs: test build-depends: base >=4.13 && <4.15 , emoji-generic - , tasty ^>=1.2.3 + , tasty >=1.2.3 && <1.5 , tasty-smallcheck ^>=0.8.1 , smallcheck >=1.1.5 && <1.4 , tasty-hunit ^>=0.10.0.2 -- cgit 1.4.1