backward-state 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- backward-state.cabal +2/−2
backward-state.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: backward-state-version: 0.1.0.1+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@@ -18,5 +18,5 @@ library exposed-modules: Control.Monad.Trans.BackwardState -- other-modules: - build-depends: base ==4.5.*, transformers ==0.3.*+ build-depends: base ==4.*, transformers ==0.3.* hs-source-dirs: src