Skip to content

Commit 84d35c3

Browse files
committed
Relax upper version bounds for ghc-events, time, and bytestring
1 parent 0c35fe2 commit 84d35c3

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
@@ -57,12 +57,12 @@ Executable threadscope
5757
array < 0.6,
5858
mtl < 2.3,
5959
filepath < 1.5,
60-
ghc-events >= 0.13 && < 0.15,
60+
ghc-events >= 0.13 && < 0.16,
6161
containers >= 0.2 && < 0.7,
6262
deepseq >= 1.1,
6363
text < 1.3,
64-
time >= 1.1 && < 1.11,
65-
bytestring < 0.11,
64+
time >= 1.1 && < 1.12,
65+
bytestring < 0.12,
6666
file-embed < 0.1,
6767
template-haskell < 2.17,
6868
temporary >= 1.1 && < 1.4

0 commit comments

Comments
 (0)