Adapt to custom methods changes in haskell-lsp
[lsp-test.git] / stack.yaml
index adf9f08d4d87f5d87b74e2e94dbc62d08f35b0d3..855f4e9c6c626831d0107355c899e64cbbf61d7d 100644 (file)
@@ -1,15 +1,11 @@
-resolver: nightly-2018-06-02
+resolver: lts-13.24
 packages:
   - .
 
 extra-deps:
-  - github: Bubba/haskell-lsp-client
-    commit: b7cf14eb48837a73032e867dab90db1708220c66
-  - github: Bubba/haskell-lsp
-    commit: 47176f14738451b36b061b2314a2acb05329fde4
+  - git: https://github.com/alanz/haskell-lsp.git
+    commit: 491d8d2e33572b3868078f57a3375b2ac621f958
     subdirs:
       - .
-      - ./haskell-lsp-types
-  - sorted-list-0.2.1.0
-  - github: yi-editor/yi-rope
-    commit: 7867909f4f20952be051fd4252cca5bbfc80cf41
+      - haskell-lsp-types
+  - rope-utf16-splay-0.3.1.0