File tree 2 files changed +9
-2
lines changed 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Revision history for threadscope
2
2
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
+
3
10
## 2020-03-04 - v0.2.12
4
11
5
12
* Remove unused events entry box ([ #93 ] ( https://github.com/haskell/ThreadScope/pull/93 ) )
Original file line number Diff line number Diff line change 1
1
Name : threadscope
2
- Version : 0.2.12
2
+ Version : 0.2.13
3
3
Category : Development, Profiling, Trace
4
4
Synopsis : A graphical tool for profiling parallel Haskell programs.
5
5
Description : ThreadScope is a graphical viewer for thread profile
@@ -60,7 +60,7 @@ Executable threadscope
60
60
containers >= 0.2 && < 0.7 ,
61
61
deepseq >= 1.1 ,
62
62
text < 1.3 ,
63
- time >= 1.1 && < 1.10 ,
63
+ time >= 1.1 && < 1.11 ,
64
64
bytestring < 0.11 ,
65
65
file-embed < 0.1 ,
66
66
template-haskell < 2.16 ,
You can’t perform that action at this time.
0 commit comments