Add note to custom monad documentation about what to do with Raw endpoints.
This commit is contained in:
parent
ce83e4b404
commit
63d685adb3
1 changed files with 3 additions and 0 deletions
|
@ -115,3 +115,6 @@ Running cookbook-using-custom-monad...
|
||||||
[Book "To Kill a Mockingbird",Book "Harry Potter and the Order of the Phoenix"]
|
[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"]
|
[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.
|
||||||
|
|
Loading…
Reference in a new issue