name: interleavableIO version: 0.0.1 cabal-version: >= 1.2.3.0 build-type: Simple license: OtherLicense license-file: LICENSE copyright: (c) 2008 Marco Túlio Gontijo e Silva author: Marco Túlio Gontijo e Silva maintainer: Marco Túlio Gontijo e Silva synopsis: Use other Monads in functions that asks for an IO Monad. description: This module provides utilities to use functions that are not in the IO Monad as a callback in functions that expects an IO Monad. category: Monads tested-with: GHC == 6.8.2 Library exposed-modules: Control.Monad.Trans.InterleavableIO build-depends: base, mtl extensions: MultiParamTypeClasses, FunctionalDependencies, FlexibleInstances, DeriveDataTypeable, UndecidableInstances ghc-options: -Wall