packages feed

persistent-qq 2.12.0.1 → 2.12.0.2

raw patch · 3 files changed

+6/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for persistent-qq +## 2.12.0.2++* Support aeson-2 in the test suite [#1351](https://github.com/yesodweb/persistent/pull/1351/)+ ## 2.12.0.1  * Support GHC 9. [#1265](https://github.com/yesodweb/persistent/pull/1265)
persistent-qq.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.12 name:           persistent-qq-version:        2.12.0.1+version:        2.12.0.2 synopsis:       Provides a quasi-quoter for raw SQL for persistent description:    Please see README and API docs at <http://www.stackage.org/package/persistent>. category:       Database, Yesod
test/PersistentTestModels.hs view
@@ -15,7 +15,7 @@ module PersistentTestModels where  import Control.Monad.Reader-import Data.Aeson+import Data.Aeson hiding (Key) import Data.Proxy import Data.Text (Text)