diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-09-28 19:08:30 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-09-28 19:08:30 -0400 |
commit | aa5b6d8668cb83e450934ac18fd2a1f2282e74b7 (patch) | |
tree | d2ed4e93b11cc69a039317708b3342fe5a36110f /stack.yaml | |
parent | 94ac14a6b938c6bea1e404252f4f8054e5223464 (diff) |
add resolver field needed by more recent versions of stack
Diffstat (limited to 'stack.yaml')
-rw-r--r-- | stack.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml index 1768986f2..a75eb43f1 100644 --- a/stack.yaml +++ b/stack.yaml @@ -28,3 +28,4 @@ flags: packages: - '.' extra-deps: [] +resolver: lts-3.7 |