servant/servant/src/Servant
Guillaume Bouchard 22d5790e73 Fix GHC 9.2 build
Close #1513.

GHC 9.2 needs explicit kind signature here, I don't really understand
why.

This kind signature is correct and not too restritive, because `HasLink`
is technically defined `class HasLink endpoint` which means that it is
infered as `k -> Constraint`. In the instance signature, we have
`HasLink ((arr :: a -> b) :> sub)`, so here the `k` is the same kind as
the one of `:>` which is not polykinded.
2022-01-24 17:14:44 +01:00
..
API Add HeadNoContent to Servant.API.Verbs (#1502) 2022-01-06 13:02:57 +01:00
Test use Capture Description if available (#1423) 2021-06-08 13:28:19 -05:00
Types bumped cabal-version field (#1498) 2022-01-04 22:06:23 +01:00
API.hs Code reorganization 2021-11-18 10:09:58 +01:00
Links.hs Fix GHC 9.2 build 2022-01-24 17:14:44 +01:00