Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ jobs:
strategy:
matrix:
ghc:
- "9.12.1"
- "9.10.1"
- "9.8.2"
- "9.6.4"
- "9.8.4"
- "9.6.6"
- "9.4.8"
- "9.2.2"
- "9.2.8"
- "9.0.2"
- "8.10.7"
- "8.8.4"
Expand All @@ -22,6 +23,9 @@ jobs:
os:
- ubuntu-latest
include:
- os: macos-latest
ghc: "9.12.1"
cabal: "3.12.1.0"
- os: macos-latest
ghc: "9.10.1"
cabal: "3.12.1.0"
Expand Down
11 changes: 8 additions & 3 deletions threadscope.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@ Extra-source-files: include/windows_cconv.h
Tested-with: GHC == 8.8.4
GHC == 8.10.7
GHC == 9.0.2
GHC == 9.2.2
GHC == 9.2.8
GHC == 9.4.8
GHC == 9.6.6
GHC == 9.8.4
GHC == 9.10.1
GHC == 9.12.1

source-repository head
type: git
Expand All @@ -60,10 +65,10 @@ Executable threadscope
containers >= 0.2 && < 0.8,
deepseq >= 1.1,
text < 2.2,
time >= 1.1 && < 1.14,
time >= 1.1 && < 1.15,
bytestring < 0.13,
file-embed < 0.1,
template-haskell < 2.23,
template-haskell < 2.24,
temporary >= 1.1 && < 1.4

include-dirs: include
Expand Down
Loading