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

Commit 38a6feb

Browse files
authored
Merge pull request #1421 from alanz/prepare-0.13
Preparing 0.13 release
2 parents f478edd + 3a17fce commit 38a6feb

File tree

3 files changed

+85
-2
lines changed

3 files changed

+85
-2
lines changed

Changelog.md

+83
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,86 @@
1+
# 0.13.0.0
2+
3+
- Bump resolvers and deps `lts-14.11` for GHC 8.6.5, and
4+
`nightly-2019-09-21` for nightyly build, the last one to support GHC
5+
8.6.5.
6+
7+
Key deps updated
8+
- brittany-0.12.1
9+
- floskell-0.10.1
10+
- hlint-2.2.3
11+
- hsimport-0.11.0
12+
13+
([#1419](https://github.com/haskell/haskell-ide-engine/pull/1419), by @alanz)
14+
15+
- Update haskell-lsp to 0.17
16+
([#1418](https://github.com/haskell/haskell-ide-engine/pull/1418), by @alanz)
17+
18+
- Add instructions about install cabal with stack in the README
19+
([#1414](https://github.com/haskell/haskell-ide-engine/pull/1414), by @jneira)
20+
21+
- Robust tests
22+
([#1413](https://github.com/haskell/haskell-ide-engine/pull/1413), by @alanz)
23+
24+
- Find and run cabal in user original $PATH
25+
([#1406](https://github.com/haskell/haskell-ide-engine/pull/1406), by @jneira)
26+
27+
- Add stack-install-cabal target and confirmation messages
28+
([#1405](https://github.com/haskell/haskell-ide-engine/pull/1405), by @jneira)
29+
30+
- Haskell lsp 0.16
31+
([#1402](https://github.com/haskell/haskell-ide-engine/pull/1402), by @alanz)
32+
33+
- Handling Windows specific delimiters in func tests
34+
([#1400](https://github.com/haskell/haskell-ide-engine/pull/1400), by @jneira)
35+
36+
- Fix more code actions in windows
37+
([#1399](https://github.com/haskell/haskell-ide-engine/pull/1399), by @jneira)
38+
39+
- Upgrade network to 3.0.1.1
40+
([#1395](https://github.com/haskell/haskell-ide-engine/pull/1395), by @jneira)
41+
42+
- Use the new key format in one line for azure cache
43+
([#1394](https://github.com/haskell/haskell-ide-engine/pull/1394), by @jneira)
44+
45+
- Fix code renaming in windows
46+
([#1392](https://github.com/haskell/haskell-ide-engine/pull/1392), by @jneira)
47+
48+
- Add CodeTriage badge
49+
([#1381](https://github.com/haskell/haskell-ide-engine/pull/1381), by @NickSeagull)
50+
51+
- Add support for building with cabal-3.0.0.0
52+
([#1379](https://github.com/haskell/haskell-ide-engine/pull/1379), by @jneira)
53+
54+
- Refactor backtick aware completion
55+
([#1377](https://github.com/haskell/haskell-ide-engine/pull/1377), by @fendor)
56+
57+
- Add different Contexts for Module, import etc...
58+
([#1375](https://github.com/haskell/haskell-ide-engine/pull/1375), by @fendor)
59+
60+
- Do not traverse into Generated bindings when creating TypeMap
61+
([#1372](https://github.com/haskell/haskell-ide-engine/pull/1372), by @fendor)
62+
63+
- Readme: Mention cabal configure and restarting HIE for troubleshooting
64+
([#1370](https://github.com/haskell/haskell-ide-engine/pull/1370), by @Infinisil)
65+
66+
- Split out completion from HieExtras
67+
([#1369](https://github.com/haskell/haskell-ide-engine/pull/1369), by @bubba)
68+
69+
- Remove cabal check from stack builds
70+
([#1368](https://github.com/haskell/haskell-ide-engine/pull/1368), by @ollef)
71+
72+
- Recommend Coc over LanguageClient-neovim
73+
([#1367](https://github.com/haskell/haskell-ide-engine/pull/1367), by @Avi-D-coder)
74+
75+
- Install: Fix broken stack-build target and fix cabal run help msg
76+
([#1363](https://github.com/haskell/haskell-ide-engine/pull/1363), by @fendor)
77+
78+
- Fix error message if outdated cabal dependency
79+
([#1361](https://github.com/haskell/haskell-ide-engine/pull/1361), by @fendor)
80+
81+
- Made hlint dependency properly depend on version of ghc.
82+
([#1355](https://github.com/haskell/haskell-ide-engine/pull/1355), by @LinuxUser404)
83+
184
# 0.12.0.0
285

386
- Monthly resolver bump, `lts-13.30` for GHC 8.6.5, and `nightly-2019-07-31` for

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

0 commit comments

Comments
 (0)