unliftio 0.2.17 → 0.2.18
raw patch · 3 files changed
+8/−2 lines, 3 files
Files
- ChangeLog.md +4/−0
- src/UnliftIO/Exception.hs +2/−0
- unliftio.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for unliftio +## 0.2.18++* Reexport `asyncExceptionFromException` and `asyncExceptionToException` [#81](https://github.com/fpco/unliftio/issues/81)+ ## 0.2.17 * Re-export `AsyncCancelled` in `UnliftIO.Async` [#80](https://github.com/fpco/unliftio/pull/80)
src/UnliftIO/Exception.hs view
@@ -90,6 +90,8 @@ , SomeAsyncException (..) , IOException , EUnsafe.assert+ , EUnsafe.asyncExceptionToException+ , EUnsafe.asyncExceptionFromException #if !MIN_VERSION_base(4,8,0) , displayException #endif
unliftio.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 6dc6425588ff3d300e7e59ea7cb3a42401bdb810af3e566aa8bd26ec2718a3bb+-- hash: 827ad4a9e30bed13f8818d3688fdd67fed8e576682e37e73d1583c4383b10b97 name: unliftio-version: 0.2.17+version: 0.2.18 synopsis: The MonadUnliftIO typeclass for unlifting monads to IO (batteries included) description: Please see the documentation and README at <https://www.stackage.org/package/unliftio> category: Control