Preparing for version 0.5.0.0

This commit is contained in:
Alan Zimmerman 2019-01-01 10:23:05 +02:00
parent ed358f0668
commit d9684a71be
2 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,17 @@
# 0.5.0.0
- Introduce Shakefile as build alternative (@fendor)
- Support GHC 8.6.3
- Stability improvements
- fixed process dying on some code actin requests (#1018)
- Deal with missing system GHC in hie-wrapper (#1012)
- Deal with missing system GHC in hie
- Return an error diagnostic when a project cannot be built (#1011)
- Completion now strips out OccName prefixes added by GHC (#996)
- improve building on windows
- improve building on macos
- Run diagnostics on file save. It used to only do it on change.
# 0.4.0.1
- Install cabal / Cabal (needed for Cabal 2.4.0.1 support) via stack,

View File

@ -1,5 +1,5 @@
name: haskell-ide-engine
version: 0.4.0.1
version: 0.5.0.0
synopsis: Provide a common engine to power any Haskell IDE
description: Please see README.md
homepage: http://github.com/githubuser/haskell-ide-engine#readme
@ -7,7 +7,7 @@ license: BSD3
license-file: LICENSE
author: Many, TBD when we release
maintainer: alan.zimm@gmail.com (for now)
copyright: 2015 TBD
copyright: 2015 - 2019, TBD
category: Web
build-type: Simple
-- cabal-helper for cabal 2.2/GHC 8.4 needs a cabal version >= 2