Update docs: #haskell-servant is now on libera.chat (#1503)
This commit is contained in:
parent
78034cd2b3
commit
a8f1a7603f
3 changed files with 7 additions and 5 deletions
|
@ -79,8 +79,10 @@ not been a timely response to a PR, you can ping the Maintainers group (with
|
||||||
We encourage people to experiment with new combinators and instances - it is
|
We encourage people to experiment with new combinators and instances - it is
|
||||||
one of the most powerful ways of using `servant`, and a wonderful way of
|
one of the most powerful ways of using `servant`, and a wonderful way of
|
||||||
getting to know it better. If you do write a new combinator, we would love to
|
getting to know it better. If you do write a new combinator, we would love to
|
||||||
know about it! Either hop on #servant on freenode and let us know, or open an
|
know about it! Either hop on
|
||||||
issue with the `news` tag (which we will close when we read it).
|
[#haskell-servant on libera.chat](https://web.libera.chat/#haskell-servant) and
|
||||||
|
let us know, or open an issue with the `news` tag (which we will close when we
|
||||||
|
read it).
|
||||||
|
|
||||||
As for adding them to the main repo: maintaining combinators can be expensive,
|
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
|
since official combinators must have instances for all classes (and new classes
|
||||||
|
|
|
@ -6,8 +6,8 @@ how to solve many common problems with servant. If you're
|
||||||
interested in contributing examples of your own, feel free
|
interested in contributing examples of your own, feel free
|
||||||
to open an issue or a pull request on
|
to open an issue or a pull request on
|
||||||
`our github repository <https://github.com/haskell-servant/servant>`_
|
`our github repository <https://github.com/haskell-servant/servant>`_
|
||||||
or even to just get in touch with us on the **#servant** IRC channel
|
or even to just get in touch with us on the `**#haskell-servant** IRC channel
|
||||||
on freenode or on
|
on libera.chat <https://web.libera.chat/#haskell-servant>_ or on
|
||||||
`the mailing list <https://groups.google.com/forum/#!forum/haskell-servant>`_.
|
`the mailing list <https://groups.google.com/forum/#!forum/haskell-servant>`_.
|
||||||
|
|
||||||
The scope is very wide. Simple and fancy authentication schemes,
|
The scope is very wide. Simple and fancy authentication schemes,
|
||||||
|
|
|
@ -12,7 +12,7 @@ Helpful Links
|
||||||
`https://github.com/haskell-servant/servant/issues <https://github.com/haskell-servant/servant/issues>`_
|
`https://github.com/haskell-servant/servant/issues <https://github.com/haskell-servant/servant/issues>`_
|
||||||
|
|
||||||
- the irc channel:
|
- the irc channel:
|
||||||
``#servant`` on freenode
|
`#haskell-servant on libera.chat <https://web.libera.chat/#haskell-servant>`_
|
||||||
|
|
||||||
- the mailing list:
|
- the mailing list:
|
||||||
`groups.google.com/forum/#!forum/haskell-servant <https://groups.google.com/forum/#!forum/haskell-servant>`_
|
`groups.google.com/forum/#!forum/haskell-servant <https://groups.google.com/forum/#!forum/haskell-servant>`_
|
||||||
|
|
Loading…
Reference in a new issue