From 130f1ce9e47a1c6b429392d82020dd42d4893328 Mon Sep 17 00:00:00 2001 From: martoon Date: Wed, 2 Dec 2020 21:45:40 +0300 Subject: [PATCH] Add explicit version boundaries to deps Problem: it is generally a good practice to have upper boundaries, and maintaining this should not be hard. Solution: add upper boundaries. --- tasty-hunit-compat.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasty-hunit-compat.cabal b/tasty-hunit-compat.cabal index 1df19cb..91fdd44 100644 --- a/tasty-hunit-compat.cabal +++ b/tasty-hunit-compat.cabal @@ -34,7 +34,7 @@ library -Wincomplete-uni-patterns build-depends: base >=4.7 && <5 - , HUnit - , tasty - , tasty-hunit + , HUnit <1.7 + , tasty <1.5 + , tasty-hunit <0.11 default-language: Haskell2010