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

Commit 3421a0e

Browse files
authored
Merge pull request #1354 from alanz/prepare-0.12
Preparing 0.12.0.0 July monthly release
2 parents 0d6aeae + 14b6e09 commit 3421a0e

File tree

3 files changed

+57
-2
lines changed

3 files changed

+57
-2
lines changed

Changelog.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
# 0.12.0.0
2+
3+
- Monthly resolver bump, `lts-13.30` for GHC 8.6.5, and `nightly-2019-07-31` for
4+
nightly build, rest are unchanged.
5+
([#1352](https://github.com/haskell/haskell-ide-engine/pull/1352), by @alanz)
6+
7+
- Log OS in hie-wrapper
8+
([#1351](https://github.com/haskell/haskell-ide-engine/pull/1351), by @chrismwendt)
9+
10+
- Fix completionItem/resolve sending snippets as plain text
11+
([#1349](https://github.com/haskell/haskell-ide-engine/pull/1349), by @Avi-D-coder)
12+
13+
- Bump hlint to 2.2.2
14+
([#1347](https://github.com/haskell/haskell-ide-engine/pull/1347), by @alanz)
15+
16+
- fail installation if cabal-version is too low
17+
([#1344](https://github.com/haskell/haskell-ide-engine/pull/1344), by @power-fungus)
18+
19+
- Update vim links in TOC
20+
([#1341](https://github.com/haskell/haskell-ide-engine/pull/1341), by @adamse)
21+
22+
- lift required stack-version to 2.1.1
23+
([#1338](https://github.com/haskell/haskell-ide-engine/pull/1338), by @power-fungus)
24+
25+
- Replace every occurrence of build-doc by build-data
26+
([#1336](https://github.com/haskell/haskell-ide-engine/pull/1336), by @w1gz)
27+
28+
- Use preview of pipeline caching in azure builds
29+
([#1335](https://github.com/haskell/haskell-ide-engine/pull/1335), by @jneira)
30+
31+
- Simpler completion
32+
([#1334](https://github.com/haskell/haskell-ide-engine/pull/1334), by @wz1000)
33+
34+
- Clarify README.md for Vim users
35+
([#1331](https://github.com/haskell/haskell-ide-engine/pull/1331), by @mb720)
36+
37+
- Fix typos in Challenges.md
38+
([#1329](https://github.com/haskell/haskell-ide-engine/pull/1329), by @mb720)
39+
40+
- Remove unnecesary extra-dep unix-time
41+
([#1326](https://github.com/haskell/haskell-ide-engine/pull/1326), by @jneira)
42+
43+
- Use hlint-2.2
44+
([#1325](https://github.com/haskell/haskell-ide-engine/pull/1325), by @alanz)
45+
46+
- Remove "hybrid" test cases
47+
([#1324](https://github.com/haskell/haskell-ide-engine/pull/1324), by @fendor)
48+
49+
- Reuse unHTML for searchModules'
50+
([#1323](https://github.com/haskell/haskell-ide-engine/pull/1323), by @fendor)
51+
52+
- add possibility to run `install.hs` from cabal
53+
([#1221](https://github.com/haskell/haskell-ide-engine/pull/1221), by @power-fungus)
54+
55+
156
# 0.11.0.0
257

358
- Bump resolvers. `lts-13.27` for GHC 8.6.5, `nightly-2019-07-07` for

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

0 commit comments

Comments
 (0)