Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ghc-version: ['9.12', '9.10', '9.8', '9.6', '9.4', '9.2']
ghc-version: ['9.14', '9.12', '9.10', '9.8', '9.6', '9.4', '9.2']
container: ['']

include:
Expand Down
7 changes: 7 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-- see http://cabal.readthedocs.io/en/latest/nix-local-build-overview.html for more information

packages: .

-- See: https://github.com/gtk2hs/gtk2hs/pull/349
source-repository-package
type: git
location: https://github.com/TuongNM/gtk2hs
tag: 16c4adcf5ec20dd7e0e52bf613249df5f43bffdb
subdir: ./glib ./cairo ./pango ./gtk ./gio
15 changes: 8 additions & 7 deletions threadscope.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ Tested-with: GHC == 8.8.4
GHC == 9.0.2
GHC == 9.2.8
GHC == 9.4.8
GHC == 9.6.6
GHC == 9.6.7
GHC == 9.8.4
GHC == 9.10.1
GHC == 9.12.1
GHC == 9.10.3
GHC == 9.12.2
GHC == 9.14.1

source-repository head
type: git
Expand All @@ -62,14 +63,14 @@ Executable threadscope
array < 0.6,
mtl < 2.4,
filepath < 1.6,
ghc-events >= 0.13 && < 0.21,
containers >= 0.2 && < 0.8,
ghc-events >= 0.13 && < 0.22,
containers >= 0.2 && < 0.9,
deepseq >= 1.1 && <1.7.0,
text < 2.2,
time >= 1.1 && < 1.15,
time >= 1.1 && < 1.16,
bytestring < 0.13,
file-embed < 0.1,
template-haskell < 2.24,
template-haskell < 2.25,
temporary >= 1.1 && < 1.4,
transformers <0.6.3

Expand Down
Loading