Changelog for streaming-with-0.2.2.1
Revision history for streaming-with
0.2.2.1 -- 2018-05-23
- Bump temporary dependency
 
0.2.2.0 -- 2018-05-23
- Actually export 
liftThrowfrom withinStreaming.With.Lifted. 
0.2.1.1 -- 2018-03-23
- Bump exceptions dependency
 
0.2.1.0 -- 2018-02-06
- 
Add the
RunWithableclass. - 
Add the
within,liftActionIOandliftThrowfunctions for use withWithable. 
0.2.0.0 -- 2017-07-07
- 
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 
 
0.1.1.0 -- 2017-07-07
- 
Add support for the temporary package, specifically the functions:
withSystemTempFilewithTempFilewithSystemTempDirectorywithTempDirectory
 
0.1.0.0 -- 2017-06-30
- First release.