Skip to content

Commit 0227133

Browse files
authored
Prepare ghcide 1.2.0 (#1707)
1 parent 0241c47 commit 0227133

File tree

15 files changed

+48
-13
lines changed

15 files changed

+48
-13
lines changed

ghcide/CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
### 1.2.0 (2021-04-11)
2+
* Emit holes as diagnostics (#1653) - Sandy Maguire
3+
* Fix ghcide and HLS enter lsp mode by default (#1692) - Potato Hatsue
4+
* support custom Ide commands (#1666) - Pepe Iborra
5+
* ghcide - enable ApplicativeDo everywhere (#1667) - Pepe Iborra
6+
* Intelligent derivations of Semigroup and Monoid for Wingman (#1671) - Sandy Maguire
7+
* Avoid creating IsFileOfInterest keys for non workspace files (#1661) - Pepe Iborra
8+
* Fix a wingman bug caused by mismanaged stale data (#1657) - Sandy Maguire
9+
* Skip tracing unless eventlog is enabled (#1658) - Pepe Iborra
10+
* optimize ambiguity import suggestions (#1669) - Lei Zhu
11+
* Replace Barrier with MVar in lsp main (#1668) - Potato Hatsue
12+
* Add bounds for Diff (#1665) - Potato Hatsue
13+
* log exceptions before killing the server (#1651) - Pepe Iborra
14+
* Fix importing type operators (#1644) - Potato Hatsue
15+
* Shut the Shake session on exit, instead of restarting it (#1655) - Pepe Iborra
16+
* Do not override custom user commands (#1650) - Pepe Iborra
17+
* Civilized indexing progress reporting (#1633) - Pepe Iborra
18+
* Avoid reordering plugins (#1629) - Pepe Iborra
19+
* Update to lsp-1.2 (#1631) - wz1000
20+
* Use custom config for completions plugin (#1619) - Potato Hatsue
21+
* Configurable I/O handles (#1617) - Pepe Iborra
22+
* Add test data files to extra-source-files (#1605) - Javier Neira
23+
* Allow for customizable Haskell views of Property types (#1608) - Sandy Maguire
24+
* Extract hls-test-utils (#1606) - Potato Hatsue
25+
* Add ability for plugins to handle file change notifications (#1588) - Pepe Iborra
26+
* Bump haddock-library to 1.10.0 (#1598) - Potato Hatsue
27+
* Use CiInterface/SkInterface for typeclass symbols (#1592) - FW
28+
* Relax ghcides upper bound on base16-bytestring (#1595) - maralorn
29+
* Regularize custom config of plugins (#1576) - Potato Hatsue
30+
* Avoid duplicating known targets and import paths (#1590) - Pepe Iborra
31+
* Update homepage and other urls for ghcide (#1580) - Felix Yan
32+
* Add custom code action kinds for import related code actions (#1570) - Potato Hatsue
33+
* Use TextEdit to insert new imports (#1554) - Potato Hatsue
34+
135
### 1.1.0 (2021-03-09)
236
* Add an option to control progress reporting (#1513) - Pepe Iborra
337
* Fix missing parens of auto extending imports (#1526) - Potato Hatsue

ghcide/bench/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ versions:
7979
# - ghcide-v0.7.5
8080
# - 1.0.0
8181
# - ghcide-v1.1.0
82+
# - ghcide-v1.2.0
8283
- upstream: origin/master
8384
- HEAD
8485

ghcide/ghcide.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cabal-version: 2.4
22
build-type: Simple
33
category: Development
44
name: ghcide
5-
version: 1.1.0.0
5+
version: 1.2.0.0
66
license: Apache-2.0
77
license-file: LICENSE
88
author: Digital Asset and Ghcide contributors

haskell-language-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ library
6363
, cryptohash-sha1
6464
, data-default
6565
, ghc
66-
, ghcide ^>= 1.1.0.0
66+
, ghcide ^>= 1.2.0.0
6767
, gitrev
6868
, lsp
6969
, hie-bios

hls-test-utils/hls-test-utils.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ library
4343
, directory
4444
, extra
4545
, filepath
46-
, ghcide ^>=1.1.0.0
46+
, ghcide ^>=1.2.0.0
4747
, hls-plugin-api ^>=1.1.0.0
4848
, hspec
4949
, hspec-core

plugins/hls-brittany-plugin/hls-brittany-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ library
2525
, filepath
2626
, ghc
2727
, ghc-boot-th
28-
, ghcide ^>=1.1.0.0
28+
, ghcide ^>=1.2.0.0
2929
, hls-plugin-api >=1.0 && <1.2
3030
, lens
3131
, lsp-types

plugins/hls-class-plugin/hls-class-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ library
2929
, containers
3030
, ghc
3131
, ghc-exactprint
32-
, ghcide ^>=1.1.0.0
32+
, ghcide ^>=1.2.0.0
3333
, hls-plugin-api ^>=1.1
3434
, lens
3535
, lsp

plugins/hls-eval-plugin/hls-eval-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ library
6161
, ghc
6262
, ghc-boot-th
6363
, ghc-paths
64-
, ghcide ^>=1.1.0.0
64+
, ghcide ^>=1.2.0.0
6565
, hashable
6666
, hls-plugin-api >=1.0 && <1.2
6767
, lens

plugins/hls-explicit-imports-plugin/hls-explicit-imports-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ library
2121
, containers
2222
, deepseq
2323
, ghc
24-
, ghcide ^>=1.1.0.0
24+
, ghcide ^>=1.2.0.0
2525
, hls-plugin-api ^>=1.1
2626
, lsp
2727
, lsp-types

plugins/hls-haddock-comments-plugin/hls-haddock-comments-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ library
2929
, containers
3030
, ghc
3131
, ghc-exactprint
32-
, ghcide ^>=1.1.0.0
32+
, ghcide ^>=1.2.0.0
3333
, hls-plugin-api ^>=1.1
3434
, lsp-types
3535
, text

plugins/hls-hlint-plugin/hls-hlint-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ library
4141
, extra
4242
, filepath
4343
, ghc-exactprint >=0.6.3.4
44-
, ghcide ^>=1.1.0.0
44+
, ghcide ^>=1.2.0.0
4545
, hashable
4646
, hlint >=3.2
4747
, hls-plugin-api ^>=1.1

plugins/hls-retrie-plugin/hls-retrie-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ library
2323
, directory
2424
, extra
2525
, ghc
26-
, ghcide ^>=1.1
26+
, ghcide ^>=1.2
2727
, hashable
2828
, hls-plugin-api ^>=1.1
2929
, lsp

plugins/hls-splice-plugin/hls-splice-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ library
4040
, foldl
4141
, ghc
4242
, ghc-exactprint
43-
, ghcide ^>=1.1.0.0
43+
, ghcide ^>=1.2.0.0
4444
, hls-plugin-api ^>=1.1
4545
, lens
4646
, lsp

plugins/hls-stylish-haskell-plugin/hls-stylish-haskell-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ library
2222
, filepath
2323
, ghc
2424
, ghc-boot-th
25-
, ghcide ^>=1.1.0.0
25+
, ghcide ^>=1.2.0.0
2626
, hls-plugin-api ^>=1.1
2727
, lsp-types
2828
, mtl

plugins/hls-tactics-plugin/hls-tactics-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ library
7171
, ghc-boot-th
7272
, ghc-exactprint
7373
, ghc-source-gen
74-
, ghcide ^>=1.1.0.0
74+
, ghcide ^>=1.2.0.0
7575
, hls-plugin-api ^>=1.1
7676
, lens
7777
, lsp

0 commit comments

Comments
 (0)