Description
Provides lifted versions of IO operations from Haskell's base library. Lifted operations are useful when code runs inside monad transformers and still needs common IO behavior.
This is mainly for developers maintaining Haskell applications or libraries with transformer stacks. It is a support library and is usually selected because other code depends on it.