yesod-auth 1.6.11.1 → 1.6.11.2
raw patch · 2 files changed
+6/−1 lines, 2 filesdep +attoparsec-aeson
Dependencies added: attoparsec-aeson
Files
- ChangeLog.md +4/−0
- yesod-auth.cabal +2/−1
ChangeLog.md view
@@ -1,5 +1,9 @@ # ChangeLog for yesod-auth +## 1.6.11.2++* Add support for aeson 2.2 [#1820](https://github.com/yesodweb/yesod/pull/1820)+ ## 1.6.11.1 * No star is type [#1797](https://github.com/yesodweb/yesod/pull/1797)
yesod-auth.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: yesod-auth-version: 1.6.11.1+version: 1.6.11.2 license: MIT license-file: LICENSE author: Michael Snoyman, Patrick Brisbin@@ -23,6 +23,7 @@ default-language: Haskell2010 build-depends: base >= 4.10 && < 5 , aeson >= 0.7+ , attoparsec-aeson >= 2.1 , authenticate >= 1.3.4 , base16-bytestring , base64-bytestring