summaryrefslogtreecommitdiff
path: root/windows/stack.yaml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-10-28 11:01:38 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-10-28 11:01:38 -0700
commitcdd6389e91357c48dc3bb859695ab4538da4d004 (patch)
tree93bb337590769a75fbabe4e574845aa3185629c9 /windows/stack.yaml
parentfb1843ecdeea5131ea4ed27adc1124e13ae1c5d9 (diff)
New approach to stack build on appveyor.
This uses system lua library. See https://github.com/osa1/hslua/issues/22#issuecomment-151281274
Diffstat (limited to 'windows/stack.yaml')
-rw-r--r--windows/stack.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/windows/stack.yaml b/windows/stack.yaml
new file mode 100644
index 000000000..0cdee8add
--- /dev/null
+++ b/windows/stack.yaml
@@ -0,0 +1,19 @@
+flags:
+ pandoc:
+ trypandoc: false
+ https: true
+ embed_data_files: false
+ old-locale: false
+ network-uri: true
+flags:
+ hslua:
+ system-lua: True
+packages:
+- '..'
+- '../hslua-0.4.1'
+extra-deps: []
+extra-include-dirs:
+- "C:/lua-5.1.5/include"
+extra-lib-dirs:
+- "C:/lua-5.1.5"
+resolver: lts-3.10