adding a compatibility warning in the cookbook
This commit is contained in:
parent
ba379287c8
commit
d4f7b0397d
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue