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

Commit ce02220

Browse files
authored
Merge pull request #1022 from alanz/prepare-0.5.0.0
Preparing for version 0.5.0.0
2 parents 2d67fa2 + d7ebb8b commit ce02220

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

Changelog.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 0.5.0.0
2+
3+
- Introduce Shakefile as build alternative (@fendor)
4+
- Support GHC 8.6.3
5+
- Stability improvements
6+
- fixed process dying on some code action requests (#1018)
7+
- Deal with missing system GHC in hie-wrapper (#1012)
8+
- Deal with missing system GHC in hie
9+
- Return an error diagnostic when a project cannot be built (#1011)
10+
- Completion now strips out OccName prefixes added by GHC (#996)
11+
- improve building on windows
12+
- improve building on macos
13+
- Run diagnostics on file save. It used to only do it on change.
14+
115
# 0.4.0.1
216

317
- Install cabal / Cabal (needed for Cabal 2.4.0.1 support) via stack,

haskell-ide-engine.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: haskell-ide-engine
2-
version: 0.4.0.1
2+
version: 0.5.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
66
license: BSD3
77
license-file: LICENSE
88
author: Many, TBD when we release
99
maintainer: [email protected] (for now)
10-
copyright: 2015 TBD
10+
copyright: 2015 - 2019, TBD
1111
category: Web
1212
build-type: Simple
1313
-- cabal-helper for cabal 2.2/GHC 8.4 needs a cabal version >= 2

0 commit comments

Comments
 (0)