Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 4f85fee

Browse files
authored
Merge pull request #1281 from alanz/prepare-0.10
Preparing for 0.10 May monthly release
2 parents 6441c5f + 89b809a commit 4f85fee

File tree

3 files changed

+99
-2
lines changed

3 files changed

+99
-2
lines changed

Changelog.md

+97
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,100 @@
1+
# 0.10.0.0
2+
3+
- Drop GHC 8.2.1 support.
4+
([#1279](https://github.com/haskell/haskell-ide-engine/pull/1279),
5+
@alanz)
6+
7+
- Bump resolvers and hoogle, LTS 13.23 for GHC 8.6.5,
8+
nightly-2019-05-31 for stack.yaml and hoogle version 5.0.17.9
9+
([#1277](https://github.com/haskell/haskell-ide-engine/pull/1277),
10+
@alanz)
11+
12+
- HsImport importlist, Offers code action to add a function to import list.
13+
([#1170](https://github.com/haskell/haskell-ide-engine/pull/1170), @fendor)
14+
15+
- Typemap reimplementation
16+
([#1186](https://github.com/haskell/haskell-ide-engine/pull/1186), @fendor)
17+
18+
- Add window/progress reporting for typechecking. Note: needs LSP
19+
client to support a recent spec change.
20+
([#1190](https://github.com/haskell/haskell-ide-engine/pull/1190),
21+
@bubba)
22+
23+
- Add package to library component in package.yaml
24+
([#1237](https://github.com/haskell/haskell-ide-engine/pull/1237), @fendor)
25+
26+
- hie sends invalid message on hover
27+
([#1246](https://github.com/haskell/haskell-ide-engine/pull/1246), @Hogeyama)
28+
29+
- Use floskell from hackage
30+
([#1242](https://github.com/haskell/haskell-ide-engine/pull/1242), @bubba)
31+
32+
- Adapting to new haskell-lsp
33+
([#1247](https://github.com/haskell/haskell-ide-engine/pull/1247), @alanz)
34+
35+
- Remove HoverContentsEmpty
36+
([#1251](https://github.com/haskell/haskell-ide-engine/pull/1251), @alanz)
37+
38+
- Use lsp-test-0.5.2.2 from hackage
39+
([#1252](https://github.com/haskell/haskell-ide-engine/pull/1252), @bubba)
40+
41+
- Use haskell-lsp-12.1.0 from hackage
42+
([#1253](https://github.com/haskell/haskell-ide-engine/pull/1253), @alanz)
43+
44+
- Bump haskell-lsp to 0.13.0.0
45+
([#1260](https://github.com/haskell/haskell-ide-engine/pull/1260), @alanz)
46+
47+
- Bump version for hsimport to 0.10.0
48+
([#1265](https://github.com/haskell/haskell-ide-engine/pull/1265), @fendor)
49+
50+
- Revert "Revert "Merge pull request #1237 from fendor/add-package-tests""
51+
([#1268](https://github.com/haskell/haskell-ide-engine/pull/1268), @alanz)
52+
53+
- Hlint 2.1.22
54+
([#1270](https://github.com/haskell/haskell-ide-engine/pull/1270), @alanz)
55+
56+
- Documentation
57+
58+
- Add Nix cabal-helper fix to troubleshooting section
59+
([#1231](https://github.com/haskell/haskell-ide-engine/pull/1231),
60+
@Infinisil)
61+
62+
- Troubleshooting for emacs
63+
([#1240](https://github.com/haskell/haskell-ide-engine/pull/1240),
64+
@Infinisil)
65+
66+
- Change url for nix installation instructions
67+
([#1258](https://github.com/haskell/haskell-ide-engine/pull/1258),
68+
@malob)
69+
70+
- Preparations for hie-bios
71+
72+
- HaRe hie plugin api
73+
([#1215](https://github.com/haskell/haskell-ide-engine/pull/1215),
74+
@alanz)
75+
76+
- Narrow ghc mod core
77+
([#1255](https://github.com/haskell/haskell-ide-engine/pull/1255),
78+
@alanz)
79+
80+
- Build system (install.hs)
81+
82+
- Extra argument causes cabal-build-doc to fail
83+
([#1239](https://github.com/haskell/haskell-ide-engine/pull/1239),
84+
@bflyblue)
85+
86+
- Add an explicit stack file for GHC 8.6.5
87+
([#1241](https://github.com/haskell/haskell-ide-engine/pull/1241),
88+
@alanz)
89+
90+
- Bump shake resolver
91+
([#1272](https://github.com/haskell/haskell-ide-engine/pull/1272),
92+
@fendor)
93+
94+
- Avoid legacy warning
95+
([#1273](https://github.com/haskell/haskell-ide-engine/pull/1273),
96+
@fendor)
97+
198
# 0.9.0.0
299

3100
- GHC 8.6.5 preliminary support added via the nightly build (@alanz)

haskell-ide-engine.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: haskell-ide-engine
2-
version: 0.9.0.0
2+
version: 0.10.0.0
33
synopsis: Provide a common engine to power any Haskell IDE
44
description: Please see README.md
55
homepage: http://github.com/githubuser/haskell-ide-engine#readme

hie-plugin-api/hie-plugin-api.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: hie-plugin-api
2-
version: 0.9.0.0
2+
version: 0.10.0.0
33
synopsis: Haskell IDE API for plugin communication
44
license: BSD3
55
license-file: LICENSE

0 commit comments

Comments
 (0)