Merge pull request #1007 from haskell-servant/github-search

Point to github search for "import Servant" in the examples page
This commit is contained in:
Oleg Grenrus 2018-07-11 01:32:49 +03:00 committed by GitHub
commit 44d34dfd9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@
An example consisting of
- a backend in uses `haskell-servant`
- a backend that uses `servant`
- a frontend written in [PureScript](http://www.purescript.org/) using
[servant-purescript](https://github.com/eskimor/servant-purescript) to generate
an API wrapper in PureScript to interface the web API with
@ -48,3 +48,8 @@
An example for a web server written with **servant-server** and
[persistent](https://www.stackage.org/package/persistent) for writing data
into a database.
- [`import Servant` github search](https://github.com/search?l=Haskell&o=desc&q=%22import+Servant%22&s=indexed&type=Code)
It has thousands of results and can be a good way to see how people use servant in their projects or even to discover
servant-related libraries.