Skip to content

Commit

Permalink
Add explicit version boundaries to deps
Browse files Browse the repository at this point in the history
Problem: it is generally a good practice to have upper boundaries, and
maintaining this should not be hard.

Solution: add upper boundaries.
  • Loading branch information
Martoon-00 committed Dec 16, 2020
1 parent b6b1071 commit 130f1ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasty-hunit-compat.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 130f1ce

Please sign in to comment.