Support Aeson 2.2
This commit is contained in:
parent
11b7089436
commit
9795042cc7
@ -1,6 +1,6 @@
|
|||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
name: yesod-auth
|
name: yesod-auth
|
||||||
version: 1.6.11.1
|
version: 1.6.11.2
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman, Patrick Brisbin
|
author: Michael Snoyman, Patrick Brisbin
|
||||||
@ -23,6 +23,7 @@ library
|
|||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
build-depends: base >= 4.10 && < 5
|
build-depends: base >= 4.10 && < 5
|
||||||
, aeson >= 0.7
|
, aeson >= 0.7
|
||||||
|
, attoparsec-aeson >= 2.1
|
||||||
, authenticate >= 1.3.4
|
, authenticate >= 1.3.4
|
||||||
, base16-bytestring
|
, base16-bytestring
|
||||||
, base64-bytestring
|
, base64-bytestring
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user