packages feed

monad-persist-0.0.2.0: CHANGELOG.md

## 0.0.2.0 (November 9th, 2017)

- Added lifting instance for `MonadPersist` for `IdentityT`.

## 0.0.1.4 (October 10th, 2017)

- Fixed package dependencies for GHC 7.8 and 7.10.

## 0.0.1.3 (October 10th, 2017)

- Added `runSqlPoolPersistT` ([#2](https://github.com/cjdev/monad-persist/pull/2)).

## 0.0.1.2 (April 26th, 2017)

- Removed the need for `MonadIO` when running `PersistT`, since `MonadBaseControl IO` is already enough.

## 0.0.1.1 (April 24th, 2017)

- Added instances for `MonadThrow`, `MonadCatch`, and `MonadMask` to `PersistT`.

## 0.0.1.0 (April 20th, 2017)

- Initial release