mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-04 05:24:33 +03:00
a0aa013e33
* Remove JSON instances for completions, since we are not implementing "resolve" * Remove completion resolve data from tests * Better docs * Fix tests * Fix for 8.4 * Turn Haddock markup into Markdown * Add types to completion items * Make it work on 8.8 and 8.4 * Revert "Remove completion resolve data from tests" This reverts commit625d710f11
. * Revert "Remove JSON instances for completions, since we are not implementing "resolve"" This reverts commit12ff27dce7
. * Fix tests * Require higher version of regex-pcre-builtin * Replace Pandoc with direct conversion from Haddock to Markdown * Show kinds of type constructors too * A few fixed to Markdown conversion * Check optNewColonConvention * Fix build on 8.4 and 8.8 * More fixes for 8.4 and 8.8 * Check only the common part of the completion text * Make icons consistent with Outline * Test docs for completions * Make constructors return the corresponding CompletionItem + tests for that behavior * Make test work on 8.4
11 lines
154 B
YAML
11 lines
154 B
YAML
resolver: nightly-2020-01-03
|
|
packages:
|
|
- .
|
|
extra-deps:
|
|
- hie-bios-0.3.2
|
|
- fuzzy-0.1.0.0
|
|
- haddock-library-1.8.0
|
|
allow-newer: true
|
|
nix:
|
|
packages: [zlib]
|