servant/servant-server/src/Servant/Server
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
..
Experimental Split RouteApplication mega-module 2019-02-27 15:06:56 +02:00
Internal Get rid of Unicode in err404 example (#1478) 2021-10-31 14:36:57 +03:00
Generic.hs Code reorganization 2021-11-18 10:09:58 +01:00
Internal.hs servant-server: Fix build on GHC 9.2.1 2022-02-04 14:34:12 +02:00
StaticFiles.hs Cleanup pre-GHC-8.0 stuff 2018-07-11 01:39:38 +03:00
UVerb.hs Add response header support to UVerb (#1420) 2021-06-10 17:10:50 +02:00