name: tardis version: 0.2.0.0 x-revision: 1 synopsis: Bidirectional state monad transformer homepage: https://github.com/DanBurton/tardis bug-reports: https://github.com/DanBurton/tardis/issues license: BSD3 license-file: LICENSE author: Dan Burton maintainer: danburton.email@gmail.com category: Control build-type: Simple cabal-version: >=1.8 Flag use-undecidable-instances description: Include additional instances for MonadTardis that require some sketchy language extensions default: False library build-depends: mtl <2.3 exposed-modules: Control.Monad.Tardis , Control.Monad.Tardis.Class , Control.Monad.Trans.Tardis build-depends: base==4.* , mtl==2.* if flag(use-undecidable-instances) cpp-options: -DUSE_UNDECIDABLE_INSTANCES source-repository head type: git location: git://github.com/DanBurton/tardis.git source-repository this type: git location: git://github.com/DanBurton/tardis.git tag: tardis-0.2.0.0