Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare ghcide 1.2.0 #1707

Merged
merged 1 commit into from
Apr 11, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
34 changes: 34 additions & 0 deletions ghcide/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
### 1.2.0 (2021-04-11)
* Emit holes as diagnostics (#1653) - Sandy Maguire
* Fix ghcide and HLS enter lsp mode by default (#1692) - Potato Hatsue
* support custom Ide commands (#1666) - Pepe Iborra
* ghcide - enable ApplicativeDo everywhere (#1667) - Pepe Iborra
* Intelligent derivations of Semigroup and Monoid for Wingman (#1671) - Sandy Maguire
* Avoid creating IsFileOfInterest keys for non workspace files (#1661) - Pepe Iborra
* Fix a wingman bug caused by mismanaged stale data (#1657) - Sandy Maguire
* Skip tracing unless eventlog is enabled (#1658) - Pepe Iborra
* optimize ambiguity import suggestions (#1669) - Lei Zhu
* Replace Barrier with MVar in lsp main (#1668) - Potato Hatsue
* Add bounds for Diff (#1665) - Potato Hatsue
* log exceptions before killing the server (#1651) - Pepe Iborra
* Fix importing type operators (#1644) - Potato Hatsue
* Shut the Shake session on exit, instead of restarting it (#1655) - Pepe Iborra
* Do not override custom user commands (#1650) - Pepe Iborra
* Civilized indexing progress reporting (#1633) - Pepe Iborra
* Avoid reordering plugins (#1629) - Pepe Iborra
* Update to lsp-1.2 (#1631) - wz1000
* Use custom config for completions plugin (#1619) - Potato Hatsue
* Configurable I/O handles (#1617) - Pepe Iborra
* Add test data files to extra-source-files (#1605) - Javier Neira
* Allow for customizable Haskell views of Property types (#1608) - Sandy Maguire
* Extract hls-test-utils (#1606) - Potato Hatsue
* Add ability for plugins to handle file change notifications (#1588) - Pepe Iborra
* Bump haddock-library to 1.10.0 (#1598) - Potato Hatsue
* Use CiInterface/SkInterface for typeclass symbols (#1592) - FW
* Relax ghcides upper bound on base16-bytestring (#1595) - maralorn
* Regularize custom config of plugins (#1576) - Potato Hatsue
* Avoid duplicating known targets and import paths (#1590) - Pepe Iborra
* Update homepage and other urls for ghcide (#1580) - Felix Yan
* Add custom code action kinds for import related code actions (#1570) - Potato Hatsue
* Use TextEdit to insert new imports (#1554) - Potato Hatsue

### 1.1.0 (2021-03-09)
* Add an option to control progress reporting (#1513) - Pepe Iborra
* Fix missing parens of auto extending imports (#1526) - Potato Hatsue
Expand Down
1 change: 1 addition & 0 deletions ghcide/bench/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ versions:
# - ghcide-v0.7.5
# - 1.0.0
# - ghcide-v1.1.0
# - ghcide-v1.2.0
- upstream: origin/master
- HEAD

Expand Down
2 changes: 1 addition & 1 deletion ghcide/ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cabal-version: 2.4
build-type: Simple
category: Development
name: ghcide
version: 1.1.0.0
version: 1.2.0.0
license: Apache-2.0
license-file: LICENSE
author: Digital Asset and Ghcide contributors
Expand Down
2 changes: 1 addition & 1 deletion haskell-language-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ library
, cryptohash-sha1
, data-default
, ghc
, ghcide ^>= 1.1.0.0
, ghcide ^>= 1.2.0.0
, gitrev
, lsp
, hie-bios
Expand Down
2 changes: 1 addition & 1 deletion hls-test-utils/hls-test-utils.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ library
, directory
, extra
, filepath
, ghcide ^>=1.1.0.0
, ghcide ^>=1.2.0.0
, hls-plugin-api ^>=1.1.0.0
, hspec
, hspec-core
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-brittany-plugin/hls-brittany-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ library
, filepath
, ghc
, ghc-boot-th
, ghcide ^>=1.1.0.0
, ghcide ^>=1.2.0.0
, hls-plugin-api >=1.0 && <1.2
, lens
, lsp-types
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-class-plugin/hls-class-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ library
, containers
, ghc
, ghc-exactprint
, ghcide ^>=1.1.0.0
, ghcide ^>=1.2.0.0
, hls-plugin-api ^>=1.1
, lens
, lsp
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-eval-plugin/hls-eval-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ library
, ghc
, ghc-boot-th
, ghc-paths
, ghcide ^>=1.1.0.0
, ghcide ^>=1.2.0.0
, hashable
, hls-plugin-api >=1.0 && <1.2
, lens
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ library
, containers
, deepseq
, ghc
, ghcide ^>=1.1.0.0
, ghcide ^>=1.2.0.0
, hls-plugin-api ^>=1.1
, lsp
, lsp-types
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ library
, containers
, ghc
, ghc-exactprint
, ghcide ^>=1.1.0.0
, ghcide ^>=1.2.0.0
, hls-plugin-api ^>=1.1
, lsp-types
, text
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-hlint-plugin/hls-hlint-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ library
, extra
, filepath
, ghc-exactprint >=0.6.3.4
, ghcide ^>=1.1.0.0
, ghcide ^>=1.2.0.0
, hashable
, hlint >=3.2
, hls-plugin-api ^>=1.1
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-retrie-plugin/hls-retrie-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ library
, directory
, extra
, ghc
, ghcide ^>=1.1
, ghcide ^>=1.2
, hashable
, hls-plugin-api ^>=1.1
, lsp
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-splice-plugin/hls-splice-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ library
, foldl
, ghc
, ghc-exactprint
, ghcide ^>=1.1.0.0
, ghcide ^>=1.2.0.0
, hls-plugin-api ^>=1.1
, lens
, lsp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ library
, filepath
, ghc
, ghc-boot-th
, ghcide ^>=1.1.0.0
, ghcide ^>=1.2.0.0
, hls-plugin-api ^>=1.1
, lsp-types
, mtl
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-tactics-plugin/hls-tactics-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ library
, ghc-boot-th
, ghc-exactprint
, ghc-source-gen
, ghcide ^>=1.1.0.0
, ghcide ^>=1.2.0.0
, hls-plugin-api ^>=1.1
, lens
, lsp
Expand Down