Skip to content

Commit 8bf28ba

Browse files
author
Mitsutoshi Aoe
committed
Prepare for v0.2.10
* Add instructions to install gtk2 in the README * Do not include windows_cconv.h on non mingw32 systems (#79) * Relax upper version bound for ghc-events (#80) * Relax upper version bound for time
1 parent 1d65728 commit 8bf28ba

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Revision history for threadscope
22

3+
## 2018-02-16 - v0.2.10
4+
5+
* Add instructions to install gtk2 in the README
6+
* Do not include windows_cconv.h on non mingw32 systems (#79)
7+
* Relax upper version bound for ghc-events (#80)
8+
* Relax upper version bound for time
9+
310
## 2017-09-02 - v0.2.9
411

512
* Render GC waiting periods in light orange (#70)

threadscope.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: threadscope
2-
Version: 0.2.9
2+
Version: 0.2.10
33
Category: Development, Profiling, Trace
44
Synopsis: A graphical tool for profiling parallel Haskell programs.
55
Description: ThreadScope is a graphical viewer for thread profile

0 commit comments

Comments
 (0)