Skip to content

Commit fe93fb0

Browse files
committed
Support GHC-9.14
1 parent a214d05 commit fe93fb0

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu-latest]
21-
ghc-version: ['9.12', '9.10', '9.8', '9.6', '9.4', '9.2']
21+
ghc-version: ['9.14', '9.12', '9.10', '9.8', '9.6', '9.4', '9.2']
2222
container: ['']
2323

2424
include:

threadscope.cabal

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ Tested-with: GHC == 8.8.4
4242
GHC == 9.0.2
4343
GHC == 9.2.8
4444
GHC == 9.4.8
45-
GHC == 9.6.6
45+
GHC == 9.6.7
4646
GHC == 9.8.4
47-
GHC == 9.10.1
48-
GHC == 9.12.1
47+
GHC == 9.10.3
48+
GHC == 9.12.2
49+
GHC == 9.14.1
4950

5051
source-repository head
5152
type: git
@@ -62,14 +63,14 @@ Executable threadscope
6263
array < 0.6,
6364
mtl < 2.4,
6465
filepath < 1.6,
65-
ghc-events >= 0.13 && < 0.21,
66-
containers >= 0.2 && < 0.8,
66+
ghc-events >= 0.13 && < 0.22,
67+
containers >= 0.2 && < 0.9,
6768
deepseq >= 1.1 && <1.7.0,
6869
text < 2.2,
69-
time >= 1.1 && < 1.15,
70+
time >= 1.1 && < 1.16,
7071
bytestring < 0.13,
7172
file-embed < 0.1,
72-
template-haskell < 2.24,
73+
template-haskell < 2.25,
7374
temporary >= 1.1 && < 1.4,
7475
transformers <0.6.3
7576

0 commit comments

Comments
 (0)