Skip to content

Commit a65be0d

Browse files
committed
Expose openHandles
1 parent efd70ad commit a65be0d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

fs-sim/CHANGELOG.md

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

3+
## Next version -- ????-??-??
4+
5+
### Breaking
6+
7+
* Expose `openHandles` for testing.
8+
39
## 0.3.0.1 -- 2024-10-02
410

511
### Patch

fs-sim/src/System/FS/Sim/MockFS.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ module System.FS.Sim.MockFS (
4646
, renameFile
4747
-- * Exported for the benefit of tests only
4848
, Files
49+
, openHandles
4950
, mockFiles
5051
-- ** opaque
5152
, ClosedHandleState

0 commit comments

Comments
 (0)