name: unexceptionalio-trans version: 0.4.0 cabal-version: >=1.8 license: OtherLicense license-file: COPYING copyright: © 2013-2014 Stephen Paul Weber category: Control author: Stephen Paul Weber maintainer: Stephen Paul Weber stability: experimental build-type: Simple homepage: https://github.com/singpolyma/unexceptionalio-trans bug-reports: http://github.com/singpolyma/unexceptionalio-trans/issues synopsis: A wrapper around UnexceptionalIO using monad transformers description: UnexceptionalIO provides a basic type to witness having caught all exceptions you can safely handle. This library builds on that with transformers like ExceptT to provide a more ergonomic tool for many cases. . It is intended that you use qualified imports with this library. . > import UnexceptionalIO.Trans (UIO) > import qualified UnexceptionalIO.Trans as UIO library exposed-modules: UnexceptionalIO.Trans build-depends: base == 4.*, transformers, unexceptionalio == 0.4.0 source-repository head type: git location: git://github.com/singpolyma/unexceptionalio-trans.git