Skip to content

Commit 9b57b69

Browse files
authored
Merge pull request #128 from TeofilC/bump-bounds
Bump ghc-events and template-haskell bounds
2 parents 549360c + 8f9f214 commit 9b57b69

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.18,
59+
ghc-events >= 0.13 && < 0.19,
6060
containers >= 0.2 && < 0.7,
6161
deepseq >= 1.1,
6262
text < 2.1,
6363
time >= 1.1 && < 1.13,
6464
bytestring < 0.12,
6565
file-embed < 0.1,
66-
template-haskell < 2.19,
66+
template-haskell < 2.20,
6767
temporary >= 1.1 && < 1.4
6868

6969
include-dirs: include

0 commit comments

Comments
 (0)