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

Commit e0c3518

Browse files
committed
Preparing for 0.10 May monthly release
1 parent 55625e0 commit e0c3518

File tree

3 files changed

+106
-2
lines changed

3 files changed

+106
-2
lines changed

Changelog.md

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

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

haskell-ide-engine.cabal

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)