From c3a9ac46360c7892191c90f24dacfb857738516a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Hahn?= Date: Fri, 18 Mar 2016 11:08:53 +0800 Subject: [PATCH] tutorial: add stack file --- doc/tutorial/stack.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/tutorial/stack.yaml diff --git a/doc/tutorial/stack.yaml b/doc/tutorial/stack.yaml new file mode 100644 index 00000000..fd3941eb --- /dev/null +++ b/doc/tutorial/stack.yaml @@ -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