Skip to content

Commit d4f7b03

Browse files
committed
adding a compatibility warning in the cookbook
1 parent ba37928 commit d4f7b03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/cookbook/uverb/UVerb.lhs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Servant allows you to talk about the exceptions you throw in your API
44
types. This is not limited to actual exceptions, you can write
55
handlers that respond with arbitrary open unions of types.
66

7+
## Compatibility
8+
9+
:warning: This cookbook is compatible with GHC 8.6.1 or higher :warning:
10+
711
## Preliminaries
812

913
```haskell

0 commit comments

Comments
 (0)