backward-state-0.1.0.2: backward-state.cabal
-- Initial backward-state.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: backward-state
version: 0.1.0.2
synopsis: A state monad that runs the state in reverse through the computation
-- description:
homepage: https://github.com/luqui/backward-state
license: BSD3
license-file: LICENSE
author: Luke Palmer
maintainer: lrpalmer@gmail.com
-- copyright:
category: Control, Monads
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: Control.Monad.Trans.BackwardState
-- other-modules:
build-depends: base ==4.*, transformers ==0.3.*
hs-source-dirs: src