Name: contstuff-transformers Version: 0.1.0 Category: Control, Monads Synopsis: ContStuff instances for transformers and vice-versa Maintainer: Ertugrul Söylemez Author: Ertugrul Söylemez Copyright: (c) 2010 Ertugrul Söylemez License: BSD3 License-file: LICENSE Build-type: Simple Stability: experimental Cabal-version: >= 1.6 Description: This package provides contstuff transformer class instances for the monad transformers from the transformers package as well as transformers class instances for the monad transformers from contstuff. This makes using both transformer libraries in a single project much more convenient as you get along with a single set of lifting functions. Library Build-depends: base >= 4 && <= 5, contstuff >= 0.7.0, transformers >= 0.2.2.0 GHC-Options: -W Extensions: TypeFamilies Exposed-modules: Control.ContStuff.Transformers