Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions ghcide/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 0.7.3 (2021-02-..)
* Add custom cache layer for session loading (#1197) - (fendor)
* Remove invalid exports (#1193) - (Kostas Dermentzis)
* Use exact print to suggestExtendImport - (Potato Hatsue)
* Add code actions for disabling a warning in the current file (#1235) - (George Thomas)
* Limit completions to top 40 (#1218) - (Pepe Iborra)
* Add traces for HLS providers (#1222) - (Pepe Iborra)
* Use exact print for suggest missing constraint code actions (#1221) - (Pepe Iborra)
* Parenthesise type operators when extending import lists (#1212) - (Thomas Winant)

### 0.7.2 (2021-01-14)
* Expose shakeOptions used - (Pepe Iborra)

Expand Down
22 changes: 12 additions & 10 deletions ghcide/bench/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,17 @@ versions:
# parent: <tag/branch/commithash> # version to compare with in .diff graphs


# - v0.0.5
# - v0.0.6
# - v0.1.0
# - v0.2.0
# - v0.3.0
# - v0.4.0
# - v0.5.0
# - v0.6.0
# - v0.7.0
# - v0.7.1
# - ghcide-v0.0.5
# - ghcide-v0.0.6
# - ghcide-v0.1.0
# - ghcide-v0.2.0
# - ghcide-v0.3.0
# - ghcide-v0.4.0
# - ghcide-v0.5.0
# - ghcide-v0.6.0
# - ghcide-v0.7.0
# - ghcide-v0.7.1
# - ghcide-v0.7.2
# - ghcide-v0.7.3
- upstream: origin/master
- HEAD
4 changes: 2 additions & 2 deletions ghcide/ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cabal-version: 1.20
build-type: Simple
category: Development
name: ghcide
version: 0.7.2.0
version: 0.7.3.0
license: Apache-2.0
license-file: LICENSE
author: Digital Asset and Ghcide contributors
Expand Down Expand Up @@ -58,7 +58,7 @@ library
haskell-lsp-types == 0.23.*,
haskell-lsp == 0.23.*,
hie-compat,
hls-plugin-api >= 0.6,
hls-plugin-api >= 0.7,
lens,
hiedb == 0.3.0.1,
mtl,
Expand Down