yesod-persistent 1.4.1.1 → 1.4.2
raw patch · 3 files changed
+6/−2 lines, 3 filesdep ~persistentdep ~persistent-template
Dependency ranges changed: persistent, persistent-template
Files
- ChangeLog.md +4/−0
- Yesod/Persist/Core.hs +1/−1
- yesod-persistent.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+## 1.4.2++* Fix warnings+ ## 1.4.1.1 * Fix build failure with older persistent versions [#1324](https://github.com/yesodweb/yesod/issues/1324)
Yesod/Persist/Core.hs view
@@ -23,7 +23,7 @@ ) where import Database.Persist-import Control.Monad.Trans.Reader (ReaderT, runReaderT, withReaderT)+import Control.Monad.Trans.Reader (ReaderT, runReaderT) import Yesod.Core import Data.Conduit
yesod-persistent.cabal view
@@ -1,5 +1,5 @@ name: yesod-persistent-version: 1.4.1.1+version: 1.4.2 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>