This repository was archived by the owner on Oct 7, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 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,
Original file line number Diff line number Diff line change 11name : haskell-ide-engine
2- version : 0.4 .0.1
2+ version : 0.5 .0.0
33synopsis : Provide a common engine to power any Haskell IDE
44description : Please see README.md
55homepage : http://github.com/githubuser/haskell-ide-engine#readme
66license : BSD3
77license-file : LICENSE
88author : Many, TBD when we release
99maintainer :
[email protected] (for now)
10- copyright : 2015 TBD
10+ copyright : 2015 - 2019, TBD
1111category : Web
1212build-type : Simple
1313-- cabal-helper for cabal 2.2/GHC 8.4 needs a cabal version >= 2
You can’t perform that action at this time.
0 commit comments