Skip to content

Commit a6d066a

Browse files
committed
Relax bounds
1 parent bbb229e commit a6d066a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

threadscope.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ Executable threadscope
5656
array < 0.6,
5757
mtl < 2.4,
5858
filepath < 1.6,
59-
ghc-events >= 0.13 && < 0.20,
59+
ghc-events >= 0.13 && < 0.21,
6060
containers >= 0.2 && < 0.8,
6161
deepseq >= 1.1,
6262
text < 2.2,
63-
time >= 1.1 && < 1.13,
63+
time >= 1.1 && < 1.14,
6464
bytestring < 0.13,
6565
file-embed < 0.1,
66-
template-haskell < 2.22,
66+
template-haskell < 2.23,
6767
temporary >= 1.1 && < 1.4
6868

6969
include-dirs: include

0 commit comments

Comments
 (0)