lifted-base: lifted IO operations from the base library

[ bsd3, control, library ] [ Propose Tags ]

lifted-base exports IO operations from the base library lifted to any instance of MonadBase or MonadBaseControl.

Note that not all modules from base are converted yet. If you need a lifted version of a function from base, just ask me to add it or send me a patch.

The package includes a copy of the monad-peel testsuite written by Anders Kaseorg The tests can be performed using cabal test.


[Skip to Readme]

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.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.1, 0.1.1.1, 0.1.2, 0.2, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4, 0.2.0.5, 0.2.1.0, 0.2.1.1, 0.2.1.2, 0.2.2.0, 0.2.2.1, 0.2.2.2, 0.2.3.0, 0.2.3.1, 0.2.3.2, 0.2.3.3, 0.2.3.4, 0.2.3.5, 0.2.3.6, 0.2.3.7, 0.2.3.8, 0.2.3.9, 0.2.3.10, 0.2.3.11, 0.2.3.12
Change log NEWS
Dependencies base (>=3 && <5), monad-control (>=0.3 && <1.1), transformers-base (>=0.4 && <0.5) [details]
License BSD-3-Clause
Copyright (c) 2011-2012 Bas van Dijk, Anders Kaseorg
Author Bas van Dijk, Anders Kaseorg
Maintainer Bas van Dijk <v.dijk.bas@gmail.com>
Revised Revision 1 made by BasVanDijk at 2018-01-12T09:30:04Z
Category Control
Home page https://github.com/basvandijk/lifted-base
Bug tracker https://github.com/basvandijk/lifted-base/issues
Source repo head: git clone https://github.com/basvandijk/lifted-base.git
Uploaded by BasVanDijk at 2017-05-27T14:31:36Z
Distributions Arch:0.2.3.12, Debian:0.2.3.12, Fedora:0.2.3.12, FreeBSD:0.2.3.6, LTSHaskell:0.2.3.12, NixOS:0.2.3.12, Stackage:0.2.3.12, openSUSE:0.2.3.12
Reverse Dependencies 271 direct, 4892 indirect [details]
Downloads 291615 total (288 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-05-27 [all 1 reports]

Readme for lifted-base-0.2.3.11

[back to package description]

Hackage Build Status

IO operations from the base library lifted to any instance of MonadBase or MonadBaseControl

The package includes a copy of the monad-peel testsuite written by Anders Kaseorg The tests can be performed using cabal test.