unliftio-core: The MonadUnliftIO typeclass for unlifting monads to IO

[ control, library, mit ] [ Propose Tags ]

Please see the documentation and README at https://www.stackage.org/package/unliftio-core


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.2.0.0, 0.2.0.1, 0.2.1.0
Change log ChangeLog.md
Dependencies base (>=4.9 && <4.20), transformers (>=0.2 && <0.7) [details]
License MIT
Copyright 2017-2020 FP Complete
Author Michael Snoyman, Francesco Mazzoli
Maintainer michael@snoyman.com
Revised Revision 3 made by MichaelSnoyman at 2023-11-02T04:48:52Z
Category Control
Home page https://github.com/fpco/unliftio/tree/master/unliftio-core#readme
Uploaded by MichaelSnoyman at 2023-02-06T17:06:17Z
Distributions Arch:0.2.1.0, Debian:0.1.2.0, Fedora:0.2.1.0, LTSHaskell:0.2.1.0, NixOS:0.2.1.0, Stackage:0.2.1.0, openSUSE:0.2.1.0
Reverse Dependencies 216 direct, 4700 indirect [details]
Downloads 53078 total (305 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-02-06 [all 1 reports]

Readme for unliftio-core-0.2.1.0

[back to package description]

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).