ghcide/exe
Javier Neira 9951f35b08
Use NormalizedFilePath and adapt types of haskell-lsp-0.21 (#479)
* Use custom version of h-l-t

* Use normalized path functions from h-l-t

* Restore empty path corner case

* Create a wrapper over NFP to override IsString

* Use maybe instead fromMaybe

* Use patched version of lsp-types in all yaml files

* Remove unused import

* Rename specific NormalizeFilePath to NormalizeFilePath'

* Remove specific newtype and IsString instance

* Use released haskell-lsp-0.21

* Adapt to type changes of haskell-lsp-0.21

* Add tags field to CompletionItem

* Fix test case about empty file path

* Correct stack.yaml used in azure ci cache

* Build ghcide including tests in windows azure ci

* Qualify haskell-lsp modules to avoid name clashes
2020-03-23 09:07:04 +01:00
..
Arguments.hs Tests for cradle loading (#460) 2020-03-04 17:31:24 +01:00
Main.hs Use NormalizedFilePath and adapt types of haskell-lsp-0.21 (#479) 2020-03-23 09:07:04 +01:00
Rules.hs Use NormalizedFilePath and adapt types of haskell-lsp-0.21 (#479) 2020-03-23 09:07:04 +01:00
RuleTypes.hs Fix regression in cradle loading logic (#450) 2020-02-26 09:16:17 +01:00