This repository was archived by the owner on Oct 7, 2020. It is now read-only.
File tree 2 files changed +16
-2
lines changed
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
+
1
15
# 0.4.0.1
2
16
3
17
- Install cabal / Cabal (needed for Cabal 2.4.0.1 support) via stack,
Original file line number Diff line number Diff line change 1
1
name : haskell-ide-engine
2
- version : 0.4 .0.1
2
+ version : 0.5 .0.0
3
3
synopsis : Provide a common engine to power any Haskell IDE
4
4
description : Please see README.md
5
5
homepage : http://github.com/githubuser/haskell-ide-engine#readme
6
6
license : BSD3
7
7
license-file : LICENSE
8
8
author : Many, TBD when we release
9
9
maintainer :
[email protected] (for now)
10
- copyright : 2015 TBD
10
+ copyright : 2015 - 2019, TBD
11
11
category : Web
12
12
build-type : Simple
13
13
-- 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