diff options
author | azahi <azahi@teknik.io> | 2019-10-13 00:37:18 +0300 |
---|---|---|
committer | azahi <azahi@teknik.io> | 2019-10-13 00:37:18 +0300 |
commit | 9d4ef5a7da43808ee659caa4e4df4d53497bd53a (patch) | |
tree | 806b8891a290ab5462e6f270a0b592655d1456b9 /stack.yaml | |
parent | Add build scripts (diff) |
fix build script error and update stack
Diffstat (limited to 'stack.yaml')
-rw-r--r-- | stack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index e18ff0c..63d3376 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,4 +1,4 @@ -resolver: lts-13.19 +resolver: lts-14.8 packages: - . - ./vendor/xmonad |