MIT licensed by Michael Snoyman, Francesco Mazzoli
Maintained by [email protected]
This version can be pinned in stack with:unliftio-core-0.2.1.0@sha256:28800633b20e0f7bfbdda1248c28022749aa0935aea10b1e3fc9c88cbebb06de,1004

Module documentation for 0.2.1.0

unliftio-core

Provides the core MonadUnliftIO typeclass, instances for base and transformers, and basic utility functions. Typically, you’ll want to use the unliftio library, which provides more functionality (and a much better description).

Changes

ChangeLog for unliftio-core

0.2.1.0

  • Added Control.Monad.IO.Unlift.liftIOOp

0.2.0.2

  • Widen base upperbound to < 4.17 to support ghc-9.2.

0.2.0.1

  • Remove faulty default implementation of withRunInIO #56

0.2.0.0

  • Move askUnliftIO out of class #55

0.1.2.0

  • Add wrappedWithRunInIO.

0.1.1.0

  • Doc improvements.
  • Inline functions in Control.Monad.IO.Unlift module #4.
  • Fully polymorphic withRunInIO #12.
  • Move withRunInIO into the MonadUnliftIO typeclass itself#13

0.1.0.0

  • Initial release.