From c4feed84f9ef118b9fb851cab03b756f392754fc Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 20 Jan 2017 20:20:10 +0200 Subject: [PATCH] Mention servant-contrib repository --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a00a8a02..8c077db1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,8 +59,9 @@ As for adding them to the main repo: maintaining combinators can be expensive, since official combinators must have instances for all classes (and new classes come along fairly frequently). We therefore have to be quite selective about those that we accept. If you're considering writing a new combinator, open an -issue to discuss it first! (You could release your combinator as a separate -package, of course.) +issue to discuss it first! Or contribute it to the +[servant-contrib](https://github.com/haskell-servant/servant-contrib) repository. +You could release your combinator as a separate package, of course. ## New classes