Name: rev-state Version: 0.1 x-revision: 1 Synopsis: Reverse State monad transformer Description: It's like the State monad transformer. But Reversed! The state goes backwards. Homepage: https://github.com/DanBurton/rev-state#readme License: BSD3 License-file: LICENSE Author: Dan Burton Maintainer: danburton.email@gmail.com Category: Control Build-type: Simple Cabal-version: >=1.6 Library build-depends: mtl <2.3 Exposed-modules: Control.Monad.Trans.RevState , Control.Monad.RevState.Class , Control.Monad.RevState Build-depends: base==4.*, mtl==2.*