Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit b1f50ed

Browse files
committed
Use haskell-lsp with utf8 fix
1 parent 66291d6 commit b1f50ed

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

cabal.project

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ packages:
44

55
-- ./submodules/HaRe
66

7+
source-repository-package
8+
type: git
9+
location: https://github.com/alanz/haskell-lsp.git
10+
tag: 14f55c5ab6a0ff82288380054874bf3f12e498f4
11+
712
tests: true
813

914
package haskell-ide-engine

stack-8.6.5.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ extra-deps:
1919
- ghc-lib-parser-8.8.1
2020
- ghc-lib-parser-ex-8.8.2
2121
- haddock-api-2.22.0
22-
- haskell-lsp-0.19.0.0
22+
# - haskell-lsp-0.19.0.0
23+
- github: alanz/haskell-lsp
24+
commit: 14f55c5ab6a0ff82288380054874bf3f12e498f4
2325
- haskell-lsp-types-0.19.0.0
2426
- hie-bios-0.3.2
2527
- hlint-2.2.8
@@ -32,6 +34,7 @@ extra-deps:
3234
- syz-0.2.0.0
3335
- temporary-1.2.1.1
3436

37+
3538
flags:
3639
haskell-ide-engine:
3740
pedantic: true

stack.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ extra-deps:
2121
- ghc-lib-parser-8.8.1
2222
- ghc-lib-parser-ex-8.8.2
2323
- haddock-api-2.22.0
24-
- haskell-lsp-0.19.0.0
24+
# - haskell-lsp-0.19.0.0
25+
- github: alanz/haskell-lsp
26+
commit: 14f55c5ab6a0ff82288380054874bf3f12e498f4
2527
- haskell-lsp-types-0.19.0.0
2628
- hie-bios-0.3.2
2729
- hlint-2.2.8
@@ -35,6 +37,7 @@ extra-deps:
3537
- unix-compat-0.5.2
3638
- yaml-0.11.1.2
3739

40+
3841
flags:
3942
haskell-ide-engine:
4043
pedantic: true

0 commit comments

Comments
 (0)