Deprecated

lifted-base-tf

lifted IO operations from the base library

https://github.com/basvandijk/lifted-base

Latest on Hackage:0.1.0.0@rev:3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Bas van Dijk, Anders Kaseorg
Maintained by None

Fork of lifted-base with type families rather than fundeps

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.