servant/servant-server/src/Servant
Maxim Koltsov 70f6c49524
Get rid of Unicode in err404 example (#1478)
ServerError field errBody uses ByteString, whose IsString instance kills
Unicode, thus turning example into garbage. Changed it to simple ASCII
string, since Unicode art did not exactly correspond to 404 error
anyway.

Fixes #1371
2021-10-31 14:36:57 +03:00
..
Server Get rid of Unicode in err404 example (#1478) 2021-10-31 14:36:57 +03: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