packages feed

phantom-state 0.2.0.1 → 0.2.0.2

raw patch · 1 files changed

+3/−3 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

phantom-state.cabal view
@@ -1,11 +1,11 @@ name:                phantom-state-version:             0.2.0.1+version:             0.2.0.2 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-                     Monad but you only care about how the state changes, use this library-                     to earn a plus of efficiency.+                     Monad but you only care about effects and how the state changes, use+                     this library to earn a plus of efficiency. license:             BSD3 license-file:        LICENSE author:              Daniel Díaz