- Support newer version of
streaming-bytestringand GHC.
- Bump temporary dependency
- Actually export
liftThrowfrom withinStreaming.With.Lifted.
- Bump exceptions dependency
-
Add the
RunWithableclass. -
Add the
within,liftActionIOandliftThrowfunctions for use withWithable.
-
Add
Monad wconstraint toWithable w- This was the intended use case all along, with the intent that
you can write code generic in the choice of
w.
- This was the intended use case all along, with the intent that
you can write code generic in the choice of
-
Add support for the temporary package, specifically the functions:
withSystemTempFilewithTempFilewithSystemTempDirectorywithTempDirectory
- First release.