Skip to content

Commit fdcfa63

Browse files
author
Mitsutoshi Aoe
authored
Merge pull request #88 from maoe/update-deps
Relax upper version bounds for containers and ghc-events
2 parents f21d0df + 9df58f0 commit fdcfa63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

threadscope.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Executable threadscope
5555
array < 0.6,
5656
mtl < 2.3,
5757
filepath < 1.5,
58-
ghc-events >= 0.5 && < 0.8,
59-
containers >= 0.2 && < 0.6,
58+
ghc-events >= 0.5 && < 0.9,
59+
containers >= 0.2 && < 0.7,
6060
deepseq >= 1.1,
6161
text < 1.3,
6262
time >= 1.1 && < 1.10,

0 commit comments

Comments
 (0)