Skip to content

Commit baab4cd

Browse files
authored
Merge pull request #201 from wenkokke/wenkokke/export-time
Export `Time` from `Control.Monad.IOSim`
2 parents 978dddb + 1bdcfd0 commit baab4cd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

io-sim/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- More polymorphic `ppTrace_` type signature.
2626
- Fixed `tryReadTBQueue` when returning `Nothing`.
2727
- Support ghc 9.12
28+
- Export `Time` from `Control.Monad.IOSim`.
2829

2930
## 1.6.0.0
3031

io-sim/src/Control/Monad/IOSim.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ module Control.Monad.IOSim
4242
, unshareClock
4343
-- * Simulation trace
4444
, type SimTrace
45+
, Time (..)
4546
, Trace (Cons, Nil, SimTrace, SimPORTrace, TraceDeadlock, TraceLoop, TraceMainReturn, TraceMainException, TraceRacesFound, TraceInternalError)
4647
, traceEvents
4748
, traceResult

0 commit comments

Comments
 (0)