Skip to content

Commit c4feed8

Browse files
committed
Mention servant-contrib repository
1 parent dd1dcf5 commit c4feed8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ As for adding them to the main repo: maintaining combinators can be expensive,
5959
since official combinators must have instances for all classes (and new classes
6060
come along fairly frequently). We therefore have to be quite selective about
6161
those that we accept. If you're considering writing a new combinator, open an
62-
issue to discuss it first! (You could release your combinator as a separate
63-
package, of course.)
62+
issue to discuss it first! Or contribute it to the
63+
[servant-contrib](https://github.com/haskell-servant/servant-contrib) repository.
64+
You could release your combinator as a separate package, of course.
6465

6566

6667
## New classes

0 commit comments

Comments
 (0)