Skip to content

Commit 4ee9bb9

Browse files
authored
Merge pull request #101 from haskell/ghc-events-0.12
Relax upper version bound for ghc-events
2 parents c6d107b + ad11c2a commit 4ee9bb9

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
@@ -55,7 +55,7 @@ Executable threadscope
5555
array < 0.6,
5656
mtl < 2.3,
5757
filepath < 1.5,
58-
ghc-events >= 0.5 && < 0.12,
58+
ghc-events >= 0.5 && < 0.13,
5959
containers >= 0.2 && < 0.7,
6060
deepseq >= 1.1,
6161
text < 1.3,

0 commit comments

Comments
 (0)