Skip to content

Commit 082c902

Browse files
committed
Relax upper version bound for time
1 parent e417d97 commit 082c902

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 < 1.3,
63-
time >= 1.1 && < 1.10,
63+
time >= 1.1 && < 1.11,
6464
bytestring < 0.11,
6565
file-embed < 0.1,
6666
template-haskell < 2.16,

0 commit comments

Comments
 (0)