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

Commit 0c83fe0

Browse files
authored
Merge pull request #1322 from alanz/prepare-0.11
Preparing for 0.11.0.0 release
2 parents 2e00329 + e2c25cf commit 0c83fe0

File tree

3 files changed

+67
-2
lines changed

3 files changed

+67
-2
lines changed

Changelog.md

+65
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,68 @@
1+
# 0.11.0.0
2+
3+
- Bump resolvers. `lts-13.27` for GHC 8.6.5, `nightly-2019-07-07` for
4+
nightly build, rest are unchanged.
5+
([#1319 ](https://github.com/haskell/haskell-ide-engine/pull/1319),by @alanz)
6+
([#1316 ](https://github.com/haskell/haskell-ide-engine/pull/1316), by @lorenzo)
7+
8+
- Clear out pattern matching and error message of executeCodeActionByName
9+
([#1317 ](https://github.com/haskell/haskell-ide-engine/pull/1317), by @jneira)
10+
11+
- Upgrade to haskell-lsp 0.15
12+
([#1316 ](https://github.com/haskell/haskell-ide-engine/pull/1316), by @lorenzo)
13+
14+
- Update Arch Linux install instructions
15+
([#1315 ](https://github.com/haskell/haskell-ide-engine/pull/1315), by @friedbrice)
16+
17+
- Fix liquid unit test normalizing paths
18+
([#1310 ](https://github.com/haskell/haskell-ide-engine/pull/1310), by @jneira)
19+
20+
- Add unix-time constraint to cabal file
21+
([#1306 ](https://github.com/haskell/haskell-ide-engine/pull/1306), by @alanz)
22+
23+
- Fix a memory leak found by @mpickering
24+
([#1305 ](https://github.com/haskell/haskell-ide-engine/pull/1305), by @lorenzo)
25+
26+
- Fix build for Windows 7
27+
([#1304 ](https://github.com/haskell/haskell-ide-engine/pull/1304), by @jneira)
28+
29+
- Brittany 0.12
30+
([#1301 ](https://github.com/haskell/haskell-ide-engine/pull/1301), by @alanz)
31+
32+
- Use ghc-mod without memory leak
33+
([#1299 ](https://github.com/haskell/haskell-ide-engine/pull/1299), by @alanz)
34+
35+
- install.hs: Make all available GHCs in PATH buildable
36+
([#1297 ](https://github.com/haskell/haskell-ide-engine/pull/1297), by @maoe)
37+
38+
- Fix file mapping state when we have a parsed module but not a typechecked module
39+
([#1295 ](https://github.com/haskell/haskell-ide-engine/pull/1295), by @wz1000)
40+
41+
- Use ghc-mod which loads ghc plugins
42+
([#1293 ](https://github.com/haskell/haskell-ide-engine/pull/1293), by @alanz)
43+
44+
- Fix UriCaches being leaked (bug fix)
45+
([#1292 ](https://github.com/haskell/haskell-ide-engine/pull/1292), by @bubba)
46+
47+
- Stack 2.1.1
48+
([#1291 ](https://github.com/haskell/haskell-ide-engine/pull/1291), by @alanz)
49+
50+
- Render completion documentation to markdown
51+
([#1290 ](https://github.com/haskell/haskell-ide-engine/pull/1290), by @Avi-D-coder)
52+
53+
- Trying out haskell-lsp 0.14
54+
([#1288 ](https://github.com/haskell/haskell-ide-engine/pull/1288), by @alanz)
55+
56+
- Hlint 2.1.24
57+
([#1287 ](https://github.com/haskell/haskell-ide-engine/pull/1287), by @alanz)
58+
59+
- Improve import action of hsimport
60+
([#1284 ](https://github.com/haskell/haskell-ide-engine/pull/1284), by @fendor)
61+
62+
- Add liquid haskell smt solver to README
63+
([#1283 ](https://github.com/haskell/haskell-ide-engine/pull/1283), by @fendor)
64+
65+
166
# 0.10.0.0
267

368
- Drop GHC 8.2.1 support.

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.10.0.0
2+
version: 0.11.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.10.0.0
2+
version: 0.11.0.0
33
synopsis: Haskell IDE API for plugin communication
44
license: BSD3
55
license-file: LICENSE

0 commit comments

Comments
 (0)