File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
* ` MainReturn ` , ` MainException ` and the pattern synonyms ` TraceMainReturn ` ,
8
8
` TraceMainException ` changed their signature. They will now also show the main thread id.
9
-
10
- #### Breaking changes
11
-
12
9
* Renamed ` ThreadId ` to ` IOSimThreadId ` to avoid a clash with ` ThreadId `
13
10
associated type family of ` MonadFork ` . It makes it much simpler to paste
14
11
failing ` ScheduleControl ` in ` ghci ` or tests.
17
14
a constructor for internal failures. This improved error reporting when
18
15
there's a bug in ` IOSimPOR ` . Currently it's only used by some of the
19
16
assertions in ` IOSimPOR ` .
20
- * added pretty printer for ` SimResult ` , and other pretty printer improvements.
21
17
22
18
#### Non breaking changes
23
19
37
33
* Reimplemented ` labelTVarIO ` and ` traceTVarIO ` in ` ST ` monad, which simplifies
38
34
trace of these calls.
39
35
* Fixed ` traceTVar ` for ` TVar ` 's created with ` registerDelay ` .
36
+ * Added pretty printer for ` SimResult ` , and other pretty printer improvements.
40
37
41
38
## 1.2.0.0
42
39
You can’t perform that action at this time.
0 commit comments