Adapt to custom methods changes in haskell-lsp
[lsp-test.git] / stack.yaml
index be001f81df152d5db834984afd4ddf2a3b004d1c..855f4e9c6c626831d0107355c899e64cbbf61d7d 100644 (file)
@@ -1,7 +1,11 @@
-resolver: lts-13.15
+resolver: lts-13.24
 packages:
   - .
 
 extra-deps:
-  - haskell-lsp-0.11.0.0
-  - haskell-lsp-types-0.11.0.0
+  - git: https://github.com/alanz/haskell-lsp.git
+    commit: 491d8d2e33572b3868078f57a3375b2ac621f958
+    subdirs:
+      - .
+      - haskell-lsp-types
+  - rope-utf16-splay-0.3.1.0