Use haskell-lsp with utf8 fix

This commit is contained in:
jneira 2020-01-29 10:04:07 +01:00
parent 66291d655b
commit b1f50edc09
3 changed files with 13 additions and 2 deletions

View File

@ -4,6 +4,11 @@ packages:
-- ./submodules/HaRe
source-repository-package
type: git
location: https://github.com/alanz/haskell-lsp.git
tag: 14f55c5ab6a0ff82288380054874bf3f12e498f4
tests: true
package haskell-ide-engine

View File

@ -19,7 +19,9 @@ extra-deps:
- ghc-lib-parser-8.8.1
- ghc-lib-parser-ex-8.8.2
- haddock-api-2.22.0
- haskell-lsp-0.19.0.0
# - haskell-lsp-0.19.0.0
- github: alanz/haskell-lsp
commit: 14f55c5ab6a0ff82288380054874bf3f12e498f4
- haskell-lsp-types-0.19.0.0
- hie-bios-0.3.2
- hlint-2.2.8
@ -32,6 +34,7 @@ extra-deps:
- syz-0.2.0.0
- temporary-1.2.1.1
flags:
haskell-ide-engine:
pedantic: true

View File

@ -21,7 +21,9 @@ extra-deps:
- ghc-lib-parser-8.8.1
- ghc-lib-parser-ex-8.8.2
- haddock-api-2.22.0
- haskell-lsp-0.19.0.0
# - haskell-lsp-0.19.0.0
- github: alanz/haskell-lsp
commit: 14f55c5ab6a0ff82288380054874bf3f12e498f4
- haskell-lsp-types-0.19.0.0
- hie-bios-0.3.2
- hlint-2.2.8
@ -35,6 +37,7 @@ extra-deps:
- unix-compat-0.5.2
- yaml-0.11.1.2
flags:
haskell-ide-engine:
pedantic: true