All Versions
7
Latest Version
Avg Release Cycle
55 days
Latest Release
2385 days ago
Changelog History
Changelog History
-
v0.2.2.1 Changes
May 23, 2018- ⬆️ Bump temporary dependency
-
v0.2.2.0 Changes
May 23, 2018- Actually export
liftThrow
from withinStreaming.With.Lifted
.
- Actually export
-
v0.2.1.1 Changes
March 22, 2018- ⬆️ Bump exceptions dependency
-
v0.2.1.0 Changes
February 06, 2018➕ Add the
RunWithable
class.➕ Add the
within
,liftActionIO
andliftThrow
functions for use withWithable
.
-
v0.2.0.0 Changes
July 07, 2017➕ 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
-
v0.1.1.0 Changes
July 07, 2017➕ Add support for the [temporary] package, specifically the functions:
withSystemTempFile
withTempFile
withSystemTempDirectory
withTempDirectory
[temporary]: http://hackage.haskell.org/package/temporary
-
v0.1.0.0 Changes
June 30, 2017- 🚀 First release.