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.5 && <4.15), transformers (>=0.2 && <0.6) [details]
License MIT
Copyright 2017 FP Complete
Author Michael Snoyman, Francesco Mazzoli
Maintainer michael@snoyman.com
Revised Revision 3 made by MichaelSnoyman at 2021-02-12T07:55:36Z
Category Control
Home page https://github.com/fpco/unliftio/tree/master/unliftio-core#readme
Uploaded by MichaelSnoyman at 2018-08-28T07:16:40Z
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 217 direct, 4701 indirect [details]
Downloads 53182 total (295 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 2018-08-28 [all 1 reports]

Readme for unliftio-core-0.1.2.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).