Add note to custom monad documentation about what to do with Raw endpoints.

This commit is contained in:
Xavier Shay 2018-11-11 09:29:31 -08:00
parent ce83e4b404
commit 63d685adb3

View File

@ -115,3 +115,6 @@ Running cookbook-using-custom-monad...
[Book "To Kill a Mockingbird",Book "Harry Potter and the Order of the Phoenix"]
[Book "The Picture of Dorian Gray",Book "To Kill a Mockingbird",Book "Harry Potter and the Order of the Phoenix"]
```
To use `Raw` endpoints, look at the
[servant-rawm](http://hackage.haskell.org/package/servant-rawm) package.