Skip to content

Commit

Permalink
Merge pull request #78 from serokell/vrom911/77-modify
Browse files Browse the repository at this point in the history
[#77] Add modify' function
  • Loading branch information
chshersh authored Nov 4, 2017
2 parents efaf577 + b3cfeea commit a2ebb28
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.7.2
=======

* [#77](https:/serokell/universum/issues/77)
Add `modify'` function to export list.

0.7.1.1
=======

Expand Down
4 changes: 2 additions & 2 deletions src/Monad/Trans.hs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ import Control.Monad.Reader (MonadReader, Reader, ReaderT (..)
asks, local, reader, runReader)
import Control.Monad.State.Strict (MonadState, State, StateT (..), evalState,
evalStateT, execState, execStateT, get,
gets, modify, put, runState, state,
withState)
gets, modify, modify', put, runState,
state, withState)
import Control.Monad.Trans (MonadIO, MonadTrans, lift, liftIO)
import Control.Monad.Trans.Identity (IdentityT (runIdentityT))
import Control.Monad.Trans.Maybe (MaybeT (..), exceptToMaybeT,
Expand Down
2 changes: 1 addition & 1 deletion universum.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: universum
version: 0.7.1.1
version: 0.7.2
synopsis: Custom prelude used in Serokell
description: Custom prelude used in Serokell
homepage: https:/serokell/universum
Expand Down

0 comments on commit a2ebb28

Please sign in to comment.