about summary refs log tree commit diff
path: root/stack.yaml
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2015-11-19T15·21+0100
committerVincent Ambo <tazjin@gmail.com>2015-11-19T15·21+0100
commit853be2a99c4f4cd8a75f807d37fb97ec1497215d (patch)
tree5121ac03a3f7f431c23a25be3f84ff6c9778c393 /stack.yaml
parent3a86d653ce759d6e9daff93d0da8fa588d3b404e (diff)
[build] Use Stack for building
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml
new file mode 100644
index 000000000000..16b13a65f84f
--- /dev/null
+++ b/stack.yaml
@@ -0,0 +1,20 @@
+# For more information, see: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md
+
+# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
+resolver: lts-3.14
+
+# Local packages, usually specified by relative directory name
+packages:
+- '.'
+
+# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
+extra-deps:
+  - ixset-1.0.6
+  - syb-with-class-0.6.1.6 # needed by ixset
+  - rss-3000.2.0.5
+
+# Override default flag values for local packages and extra-deps
+flags: {}
+
+# Extra package databases containing global packages
+extra-package-dbs: []