We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a214d05 commit a9c8d60Copy full SHA for a9c8d60
1 file changed
threadscope.cabal
@@ -42,10 +42,11 @@ Tested-with: GHC == 8.8.4
42
GHC == 9.0.2
43
GHC == 9.2.8
44
GHC == 9.4.8
45
- GHC == 9.6.6
+ GHC == 9.6.7
46
GHC == 9.8.4
47
- GHC == 9.10.1
48
- GHC == 9.12.1
+ GHC == 9.10.3
+ GHC == 9.12.2
49
+ GHC == 9.14.1
50
51
source-repository head
52
type: git
@@ -62,14 +63,14 @@ Executable threadscope
62
63
array < 0.6,
64
mtl < 2.4,
65
filepath < 1.6,
- ghc-events >= 0.13 && < 0.21,
66
- containers >= 0.2 && < 0.8,
+ ghc-events >= 0.13 && < 0.22,
67
+ containers >= 0.2 && < 0.9,
68
deepseq >= 1.1 && <1.7.0,
69
text < 2.2,
- time >= 1.1 && < 1.15,
70
+ time >= 1.1 && < 1.16,
71
bytestring < 0.13,
72
file-embed < 0.1,
- template-haskell < 2.24,
73
+ template-haskell < 2.25,
74
temporary >= 1.1 && < 1.4,
75
transformers <0.6.3
76
0 commit comments