statestack 0.1 → 0.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- statestack.cabal +2/−2
statestack.cabal view
@@ -1,5 +1,5 @@ Name: statestack-Version: 0.1+Version: 0.1.1 Synopsis: Simple State-like monad transformer with saveable and restorable state Description: Simple State-like monad transformer where states can be saved to and restored from an internal stack.@@ -16,7 +16,7 @@ Library Exposed-modules: Control.Monad.StateStack- Build-depends: base >= 4.2 && < 4.4,+ Build-depends: base >= 4.2 && < 4.6, mtl >= 2.0 && < 2.1, transformers >= 0.2.2.0 && < 0.3, newtype >= 0.2 && < 0.3