We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8996fc commit ec1ef99Copy full SHA for ec1ef99
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Revision history for threadscope
2
3
+## 2025-05-29 - v0.2.15.0
4
+* Switch to GTK3 ([#137](https://github.com/haskell/ThreadScope/pull/137)))
5
+* Support new versions of GHC up to 9.12 and dependencies.
6
+
7
## 2022-05-10 - v0.2.14.1
8
9
* Spelling fixes ([#121](https://github.com/haskell/ThreadScope/pull/121), [#123](https://github.com/haskell/ThreadScope/pull/123))
threadscope.cabal
@@ -1,6 +1,6 @@
Cabal-version: 1.24
Name: threadscope
-Version: 0.2.14.1
+Version: 0.2.15.0
Category: Development, Profiling, Trace
Synopsis: A graphical tool for profiling parallel Haskell programs.
Description: ThreadScope is a graphical viewer for thread profile
0 commit comments