tweag / servant-oauth2

A modern servant wrapper around the wai-middleware-auth OAuth2 provider implementations.
MIT License
9 stars 4 forks source link

Hackage Docs don't render #45

Open ProofOfKeags opened 1 year ago

andreabedini commented 1 year ago

TBH the package as published on hackage doesn't build at all.

https://hackage.haskell.org/package/servant-oauth2-0.1.0.1/reports/2

marcosh commented 1 year ago

The build failure is given by the fact that Cabal is used for building the package.

In stack.yaml, there is a dependency override which points to a fixed version of wai-middleware-auth.

There is already a PR trying to upstream the fix to the main package, but it's been stale for quite a while