Cabal revisions of wai-middleware-auth-0.2.3.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 1.18 name: wai-middleware-auth version: 0.2.3.1+x-revision: 1 synopsis: Authentication middleware that secures WAI application description: Please see the README and Haddocks at <https://www.stackage.org/package/wai-middleware-auth> license: MIT extra-doc-files: README.md CHANGELOG.md library+ -- Bound determined by @andreabedini: https://github.com/haskell-infra/hackage-trustees/issues/339+ build-depends: hoauth2 <1.17++ -- Does not compile with aeson-2: https://github.com/fpco/wai-middleware-auth/issues/31+ build-depends: aeson <2+ exposed-modules: Network.Wai.Middleware.Auth Network.Wai.Middleware.Auth.OAuth2 Network.Wai.Middleware.Auth.OAuth2.Github