Skip to content

Commit

Permalink
Merge pull request #471 from haskell-servant/doc-examples
Browse files Browse the repository at this point in the history
doc: add a section about example projects
  • Loading branch information
jkarni committed Apr 20, 2016
2 parents abce119 + ef15611 commit 555038c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/examples.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Example Projects

- **[example-servant-minimal](https://github.com/haskell-servant/example-servant-minimal)**:

A minimal example for a web server written using **servant-server**,
including a test-suite using [**hspec**](http://hspec.github.io/) and
**servant-client**.


- **[stack-templates](https://github.com/commercialhaskell/stack-templates)**

Repository for templates for haskell projects, including some templates using
**servant**. These templates can be used with `stack new`.
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ All in a type-safe manner.

introduction.rst
tutorial/index.rst
examples.md
links.rst

0 comments on commit 555038c

Please sign in to comment.