diff options
Diffstat (limited to 'stack.yaml')
-rw-r--r-- | stack.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml new file mode 100644 index 000000000..4db6cf0a7 --- /dev/null +++ b/stack.yaml @@ -0,0 +1,11 @@ +flags: + pandoc: + trypandoc: false + https: true + embed_data_files: false + old-locale: false + network-uri: true +packages: +- '.' +extra-deps: [] +resolver: lts-3.0 |