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

[ control, library, mit ] [ Propose Tags ]

Please see the README.md file for details


[Skip to Readme]

Modules

[Index]

Downloads

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.11), transformers (>=0.2 && <0.6) [details]
License MIT
Copyright 2017 FP Complete
Author Michael Snoyman, Francesco Mazzoli
Maintainer michael@snoyman.com
Category Control
Home page https://github.com/fpco/monad-unlift/tree/master/unliftio-core#readme
Uploaded by MichaelSnoyman at 2017-07-14T02: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 218 direct, 4704 indirect [details]
Downloads 53439 total (333 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 2017-07-14 [all 1 reports]

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