about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-03-26 17:26:15 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-03-26 17:26:15 +0100
commit59355e813fb01487011d0b6d1408b5c789434fc1 (patch)
treebe902a60089bb311692186312aba6067016693dd
parent3b1267ca254e4b5740a5b963016be198dbde46a1 (diff)
chore(cabal): relax bounds on tasty
-rw-r--r--emoji-generic.cabal2
1 files changed, 1 insertions, 1 deletions
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