diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-10-14 23:52:53 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-10-14 23:52:53 +0300 |
commit | cef39b23712205ee5022bce91cc0ab8eccf27526 (patch) | |
tree | 4ac2db3694623ce513baec793eb46d871ccfa149 /stack.yaml | |
parent | 87921e616486e57943a500c7a10a9f8555eac0ae (diff) | |
download | sproxy2-cef39b23712205ee5022bce91cc0ab8eccf27526.tar.gz |
Update stack.yaml
Diffstat (limited to 'stack.yaml')
-rw-r--r-- | stack.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,9 @@ -resolver: lts-9.0 -system-ghc: true +resolver: lts-9.6 + install-ghc: false +skip-ghc-check: true +system-ghc: true + packages: - '.' |