File 2.cabal of Package ghc-rev-state
Name: rev-state
Version: 0.1.2
x-revision: 2
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.8
Library
Hs-Source-Dirs: src
Exposed-modules: Control.Monad.Trans.RevState
, Control.Monad.RevState.Class
, Control.Monad.RevState
Build-depends: base>=4.8 && <5.0, mtl==2.*
Test-Suite rev-state-test
Hs-Source-Dirs: test
Main-Is: Main.hs
Type: exitcode-stdio-1.0
Build-Depends: base, rev-state