• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Control/H14-Mar-2018-1,248573

Data/IORef/H14-Mar-2018-10946

Foreign/Marshal/Utils/H14-Mar-2018-4716

System/Timeout/H14-Mar-2018-4614

bench/H14-Mar-2018-11863

include/H14-Mar-2018-43

test/H14-Mar-2018-166133

LICENSEH A D14-Mar-20181.5 KiB3024

README.markdownH A D14-Mar-2018455 96

Setup.hsH A D14-Mar-201846 32

lifted-base.cabalH A D14-Mar-20183.3 KiB9677

README.markdown

1[![Hackage](https://img.shields.io/hackage/v/lifted-base.svg)](https://hackage.haskell.org/package/lifted-base)
2[![Build Status](https://travis-ci.org/basvandijk/lifted-base.svg)](https://travis-ci.org/basvandijk/lifted-base)
3
4IO operations from the base library lifted to any instance of
5`MonadBase` or `MonadBaseControl`
6
7The package includes a copy of the `monad-peel` testsuite written by
8Anders Kaseorg The tests can be performed using `cabal test`.
9