Update stack.yaml
authorLuke Lau <luke_lau@icloud.com>
Tue, 26 Nov 2019 18:23:14 +0000 (18:23 +0000)
committerLuke Lau <luke_lau@icloud.com>
Tue, 26 Nov 2019 18:23:14 +0000 (18:23 +0000)
.gitignore
stack.yaml

index b057681729a1b050fbeb1191b01f9e355558d9fa..223787e31526c16f4b2901ab70c869175664dbf9 100644 (file)
@@ -1,4 +1,5 @@
 .stack-work
+stack.yaml.lock
 dist
 .cabal-sandbox
 cabal.sandbox.config
index 1e8b3c24f725ba629b30abe796b15332ba195715..4638caa4f5fbb9724332925bfc0ccf71ceb7d1d5 100644 (file)
@@ -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