From 63d685adb33d4293159ce37d0a5e321440704a32 Mon Sep 17 00:00:00 2001 From: Xavier Shay Date: Sun, 11 Nov 2018 09:29:31 -0800 Subject: [PATCH] Add note to custom monad documentation about what to do with Raw endpoints. --- doc/cookbook/using-custom-monad/UsingCustomMonad.lhs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/cookbook/using-custom-monad/UsingCustomMonad.lhs b/doc/cookbook/using-custom-monad/UsingCustomMonad.lhs index 006a647b..baf1e095 100644 --- a/doc/cookbook/using-custom-monad/UsingCustomMonad.lhs +++ b/doc/cookbook/using-custom-monad/UsingCustomMonad.lhs @@ -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.