File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Revision history for threadscope
22
3+ ## 2020-04-06 - v0.2.13
4+
5+ * Add changelog to extra-source-files ([ #105 ] ( https://github.com/haskell/ThreadScope/pull/105 ) )
6+ * Fix broken GitHub Releases deployment ([ #106 ] ( https://github.com/haskell/ThreadScope/pull/106 ) )
7+ * Update ghc-events to 0.13.0 ([ #107 ] ( https://github.com/haskell/ThreadScope/pull/107 ) )
8+ * Relax upper version bound for time
9+
310## 2020-03-04 - v0.2.12
411
512* Remove unused events entry box ([ #93 ] ( https://github.com/haskell/ThreadScope/pull/93 ) )
Original file line number Diff line number Diff line change 11Name : threadscope
2- Version : 0.2.12
2+ Version : 0.2.13
33Category : Development, Profiling, Trace
44Synopsis : A graphical tool for profiling parallel Haskell programs.
55Description : ThreadScope is a graphical viewer for thread profile
@@ -60,7 +60,7 @@ Executable threadscope
6060 containers >= 0.2 && < 0.7 ,
6161 deepseq >= 1.1 ,
6262 text < 1.3 ,
63- time >= 1.1 && < 1.10 ,
63+ time >= 1.1 && < 1.11 ,
6464 bytestring < 0.11 ,
6565 file-embed < 0.1 ,
6666 template-haskell < 2.16 ,
You can’t perform that action at this time.
0 commit comments