Skip to content

Commit

Permalink
Merge pull request #201 from wenkokke/wenkokke/export-time
Browse files Browse the repository at this point in the history
Export `Time` from `Control.Monad.IOSim`
  • Loading branch information
bolt12 authored Jan 30, 2025
2 parents 978dddb + 1bdcfd0 commit baab4cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions io-sim/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- More polymorphic `ppTrace_` type signature.
- Fixed `tryReadTBQueue` when returning `Nothing`.
- Support ghc 9.12
- Export `Time` from `Control.Monad.IOSim`.

## 1.6.0.0

Expand Down
1 change: 1 addition & 0 deletions io-sim/src/Control/Monad/IOSim.hs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module Control.Monad.IOSim
, unshareClock
-- * Simulation trace
, type SimTrace
, Time (..)
, Trace (Cons, Nil, SimTrace, SimPORTrace, TraceDeadlock, TraceLoop, TraceMainReturn, TraceMainException, TraceRacesFound, TraceInternalError)
, traceEvents
, traceResult
Expand Down

0 comments on commit baab4cd

Please sign in to comment.