Skip to content

Commit

Permalink
Add changelog entry, re-export Stream definitions in System.FS.Error
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdral committed May 30, 2023
1 parent 0cf538f commit 328ebf8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions fs-sim/CHANGELOG.md
Expand Up @@ -6,6 +6,7 @@

* Add `simHasFS'` and `mkSimErrorHasFS'`, which are alternatives to `simHasFS`
and `mkSimErrorHasFS` that create `TVar`s internally.
* Move `Stream`-related functions to new `System.FS.Sim.Stream` module.

### Patch

Expand Down
7 changes: 6 additions & 1 deletion fs-sim/src/System/FS/Sim/Error.hs
Expand Up @@ -19,7 +19,12 @@ module System.FS.Sim.Error (
, ErrorStream
, ErrorStreamGetSome
, ErrorStreamPutSome
, module System.FS.Sim.Stream
, Stream (..)
, always
, mkStream
, mkStreamGen
, null
, runStream
-- * Generating partial reads/writes
, Partial (..)
, hGetSomePartial
Expand Down

0 comments on commit 328ebf8

Please sign in to comment.