diff --git a/doc/cookbook/uverb/UVerb.lhs b/doc/cookbook/uverb/UVerb.lhs index 93147b68..52566ca2 100644 --- a/doc/cookbook/uverb/UVerb.lhs +++ b/doc/cookbook/uverb/UVerb.lhs @@ -4,6 +4,10 @@ Servant allows you to talk about the exceptions you throw in your API types. This is not limited to actual exceptions, you can write handlers that respond with arbitrary open unions of types. +## Compatibility + +:warning: This cookbook is compatible with GHC 8.6.1 or higher :warning: + ## Preliminaries ```haskell