diff options
author | Paweł Dybiec <pawel@dybiec.info> | 2020-04-26 15:59:38 +0200 |
---|---|---|
committer | Paweł Dybiec <pawel@dybiec.info> | 2020-04-26 15:59:38 +0200 |
commit | abcbf1c0bb4e4744139ed18fb36b6e5967644701 (patch) | |
tree | 96e3a3683ac8a9c43544d72c679da5b79e155837 /stack.yaml | |
parent | Fix css on mobile (diff) |
Update stack resolver
Diffstat (limited to 'stack.yaml')
-rw-r--r-- | stack.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -resolver: lts-14.17 +resolver: lts-15.10 packages: - . extra-deps: -- hakyll-4.13.0.1 +- hakyll-4.13.3.0 |