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

Commit

Permalink
Merge pull request #1022 from alanz/prepare-0.5.0.0
Browse files Browse the repository at this point in the history
Preparing for version 0.5.0.0
  • Loading branch information
alanz committed Jan 1, 2019
2 parents 2d67fa2 + d7ebb8b commit ce02220
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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 action 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,
Expand Down
4 changes: 2 additions & 2 deletions haskell-ide-engine.cabal
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
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
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
Expand Down

0 comments on commit ce02220

Please sign in to comment.