adding a compatibility warning in the cookbook

This commit is contained in:
akhesaCaro 2021-03-23 14:10:14 +01:00
parent ba379287c8
commit d4f7b0397d

View File

@ -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