haskell-servant/haskell-servant.github.io

refresh client-in-5-minutes.md

juhp opened this issue · 5 comments

juhp commented

It would be nice if the client-in-5-minutes.md blog post could be refreshed to current servant.
AFAICT the code dates from around servant 0.4 (LTS 5), so it is not that easy to build any more.

juhp commented

Well I managed to get servant-examples:hackage to build using stack --resolver lts-5.

juhp commented

Well another source of examples might be some of the consumers of servant-client and servant-client-core.

Also found https://docs.servant.dev/en/stable/tutorial/Client.html

FWIW, everything in the readthedocs pages in checked in CI (each page of the tutorial and cookbook is a literate haskell file) so it should be up-to-date, but the rest is quite likely to be waaaay out of date indeed.

juhp commented

Okay I dunno if it is better to hide https://www.servant.dev/client-in-5-minutes.html more then:
it is the first item under External Tutorials and Blog Posts on this top page.

This will be up to @dmjio @fisx and @arianvp. I just wanted to clarify what's checked in CI and what isn't.