Skip to content

Commit

Permalink
Allow deepseq-1.5, tasty-1.5 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysangkok authored Oct 27, 2023
1 parent 3e8ed5f commit 7671cae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions psqueues.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Library

Build-depends:
base >= 4.2 && < 5
, deepseq >= 1.2 && < 1.5
, deepseq >= 1.2 && < 1.6
, hashable >= 1.1.2.3 && < 1.5

if impl(ghc>=6.10)
Expand Down Expand Up @@ -145,7 +145,7 @@ Test-suite psqueues-tests
Build-depends:
HUnit >= 1.2 && < 1.7
, QuickCheck >= 2.7 && < 2.15
, tasty >= 1.2 && < 1.5
, tasty >= 1.2 && < 1.6
, tasty-hunit >= 0.9 && < 0.11
, tasty-quickcheck >= 0.8 && < 0.11

Expand Down

0 comments on commit 7671cae

Please sign in to comment.