From: Luke Lau Date: Tue, 26 Nov 2019 18:23:14 +0000 (+0000) Subject: Update stack.yaml X-Git-Tag: 0.9.0.0~12 X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=f9b6ee2d5743d4b6a5d2ca6f492d1e2e731fe678 Update stack.yaml --- diff --git a/.gitignore b/.gitignore index b057681..223787e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .stack-work +stack.yaml.lock dist .cabal-sandbox cabal.sandbox.config diff --git a/stack.yaml b/stack.yaml index 1e8b3c2..4638caa 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,11 +1,7 @@ -resolver: lts-13.26 +resolver: lts-14.16 packages: - . extra-deps: - - rope-utf16-splay-0.3.1.0 - - github: alanz/haskell-lsp - commit: 2aacc5ca706bcce111e976a1af4a95a376137c5e - subdirs: - - . - - haskell-lsp-types + - haskell-lsp-0.18.0.0 + - haskell-lsp-types-0.18.0.0