tutorial: add stack file
This commit is contained in:
parent
4f548f5025
commit
c3a9ac4636
1 changed files with 23 additions and 0 deletions
23
doc/tutorial/stack.yaml
Normal file
23
doc/tutorial/stack.yaml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
resolver: nightly-2015-10-08
|
||||||
|
|
||||||
|
packages:
|
||||||
|
- .
|
||||||
|
- location: ../../servant
|
||||||
|
extra-dep: true
|
||||||
|
- location: ../../servant-server
|
||||||
|
extra-dep: true
|
||||||
|
- location: ../../servant-client
|
||||||
|
extra-dep: true
|
||||||
|
- location: ../../servant-js
|
||||||
|
extra-dep: true
|
||||||
|
- location: ../../servant-docs
|
||||||
|
extra-dep: true
|
||||||
|
- location: ../../servant-foreign
|
||||||
|
extra-dep: true
|
||||||
|
|
||||||
|
extra-deps:
|
||||||
|
- control-monad-omega-0.3.1
|
||||||
|
- markdown-unlit-0.4.0
|
||||||
|
- aeson-0.11.0.0
|
||||||
|
- fail-4.9.0.0
|
||||||
|
- aeson-compat-0.3.1.0
|
Loading…
Reference in a new issue