diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-06-07 16:24:05 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-06-07 16:35:08 +0300 |
commit | 6f6e3d8ec76c59d6f403725e9b2a22b8f6680714 (patch) | |
tree | 45382bc0e03032ffa09b7b63afdc45e243e60f4f /stack.yaml | |
download | openweathermap-6f6e3d8ec76c59d6f403725e9b2a22b8f6680714.tar.gz |
Initial version 0.0.00.0.0
Diffstat (limited to 'stack.yaml')
-rw-r--r-- | stack.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml new file mode 100644 index 0000000..2b0a8d6 --- /dev/null +++ b/stack.yaml @@ -0,0 +1,8 @@ +resolver: lts-8.17 +packages: +- '.' + +extra-deps: [] +flags: {} +extra-package-dbs: [] + |