Skip to content

Commit 7123ff4

Browse files
authored
Merge pull request #115 from markus1189/bounds
Allow ghc-events 0.14 and template-haskell 2.17
2 parents 5bf453c + 8b28c0c commit 7123ff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

threadscope.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ Executable threadscope
5656
array < 0.6,
5757
mtl < 2.3,
5858
filepath < 1.5,
59-
ghc-events >= 0.13 && < 0.14,
59+
ghc-events >= 0.13 && < 0.15,
6060
containers >= 0.2 && < 0.7,
6161
deepseq >= 1.1,
6262
text < 1.3,
6363
time >= 1.1 && < 1.11,
6464
bytestring < 0.11,
6565
file-embed < 0.1,
66-
template-haskell < 2.16,
66+
template-haskell < 2.17,
6767
temporary >= 1.1 && < 1.4
6868

6969
include-dirs: include

0 commit comments

Comments
 (0)