statestack 0.2 → 0.2.0.3
raw patch · 2 files changed
+10/−4 lines, 2 filesdep ~mtldep ~transformersnew-uploader
Dependency ranges changed: mtl, transformers
Files
- CHANGES.md +7/−1
- statestack.cabal +3/−3
CHANGES.md view
@@ -1,4 +1,10 @@-0.2: XXX+0.2.0.3 (2 June 2014)+----------------------++ - Allow `mtl-2.2`+ - Allow `transformers-0.4`++0.2 (5 Nov 2013) -------- * Update to work with latest versions of everything
statestack.cabal view
@@ -1,5 +1,5 @@ Name: statestack-Version: 0.2+Version: 0.2.0.3 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.@@ -20,5 +20,5 @@ Default-language: Haskell2010 Exposed-modules: Control.Monad.StateStack Build-depends: base >= 4.2 && < 4.8,- mtl >= 2.1 && < 2.2,- transformers >= 0.3 && < 0.4+ mtl >= 2.1 && < 2.3,+ transformers >= 0.3 && < 0.5