phantom-state 0.2.0.0 → 0.2.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- phantom-state.cabal +2/−2
phantom-state.cabal view
@@ -1,6 +1,6 @@ name: phantom-state-version: 0.2.0.0-synopsis: Phantom State Monad Transformer. Like State Monad, but without values.+version: 0.2.0.1+synopsis: Phantom State Transformer. Like State Monad, but without values. description: A monad transformer that mimics the State Monad Transformer from the <http://hackage.haskell.org/package/transformers transformers> package, but dropping the values. In those cases that you want to use the State