Merge pull request #847 from phadej/pull-742

Pull 742
This commit is contained in:
Oleg Grenrus 2017-11-06 13:34:07 +02:00 committed by GitHub
commit c9ddd9b183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,6 @@
other things logging functionality and a reader monad (for database connections).
A full usage example of servant/diener is also provided.
- **[example-servant-elm](https://github.com/haskell-servant/example-servant-elm)**:
An example for a project consisting of
@ -29,6 +28,15 @@
functions in elm for the API,
- test-suites for both the backend and the frontend.
- **[servant-purescript](https://github.com/eskimor/servant-purescript/tree/master/examples/central-counter)**:
An example consisting of
- a backend in uses `haskell-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
- **[example-servant-persistent](https://github.com/haskell-servant/example-servant-persistent)**: