servant/servant-server/src/Servant/Server/Internal
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
..
BasicAuth.hs unsupporting GHC < 8.6.5, removing unecessary imports 2021-10-02 13:13:24 +02:00
Context.hs Make error messages from combinators configurable 2020-07-17 17:10:31 +03:00
Delayed.hs Fix typos and grammar (#1304) 2020-06-06 00:43:51 -04:00
DelayedIO.hs Fix typos and grammar (#1304) 2020-06-06 00:43:51 -04:00
ErrorFormatter.hs Explicit export list in ErrorFormatter.hs 2020-07-30 19:05:46 +03:00
Handler.hs Rename ServantError to ClientError, ServantErr to ServerError 2019-02-18 22:51:09 +02:00
Router.hs Make error messages from combinators configurable 2020-07-17 17:10:31 +03:00
RouteResult.hs Split RouteApplication mega-module 2019-02-27 15:06:56 +02:00
RoutingApplication.hs Split RouteApplication mega-module 2019-02-27 15:06:56 +02:00
ServerError.hs Get rid of Unicode in err404 example (#1478) 2021-10-31 14:36:57 +03:00