- Support newer version of
streaming-bytestring
and GHC.
- Bump temporary dependency
- Actually export
liftThrow
from withinStreaming.With.Lifted
.
- Bump exceptions dependency
-
Add the
RunWithable
class. -
Add the
within
,liftActionIO
andliftThrow
functions for use withWithable
.
-
Add
Monad w
constraint 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:
withSystemTempFile
withTempFile
withSystemTempDirectory
withTempDirectory
- First release.