servant/servant-server/src/Servant
Renzo Carbonara 61d0d14b5c servant-server: Fix build on GHC 9.2.1
The issue is similar to the one in #1513:

```
src/Servant/Server/Internal.hs:824:10: error:
    • Uninferrable type variable k0 in
      type family equation right-hand side: (TypeError ...)
    • In the type instance declaration for ‘ServerT’
      In the instance declaration for
        ‘HasServer ((arr :: a -> b) :> sub) context’
    |
824 |     type ServerT (arr :> sub) _ = TypeError (PartialApplication HasServer arr)
    |
```

This fix is similar to the one in #1514.
2022-02-04 14:34:12 +02:00
..
Server servant-server: Fix build on GHC 9.2.1 2022-02-04 14:34:12 +02:00
Utils fix minor typo in deprecation warning 2018-08-04 17:16:02 +02:00
Server.hs Add serveWithContextT, ServerContext (#1441) 2021-08-21 19:15:02 +02:00