Skip to content

Commit 088fff6

Browse files
committed
Relax upper version bound for time
1 parent 98c8b30 commit 088fff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

threadscope.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Executable threadscope
6060
containers >= 0.2 && < 0.7,
6161
deepseq >= 1.1,
6262
text < 2.1,
63-
time >= 1.1 && < 1.12,
63+
time >= 1.1 && < 1.13,
6464
bytestring < 0.12,
6565
file-embed < 0.1,
6666
template-haskell < 2.19,

0 commit comments

Comments
 (0)