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
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 0.8.0.0
2
+
3
+ - GHC 8.6.4 support added.
4
+ - Resolver bumped, LTS 13.10 for GHC 8.6.3, LTS 13.15 for GHC 8.6.4 (@alanz )
5
+ - Clarify install section of README.md (@antonlogvinenko )
6
+ - Clarify the spacemacs installation (@chkl )
7
+ - Further install.hs improvements
8
+ - idempotent builds (@fendor )
9
+ - Shake is now the only supported method of building HIE,
10
+ remove no longer needed Makefile and build-all.ps1 (@Anrock )
11
+ - only generate the hoogle database once (@fendor )
12
+ - install hoogle if not found (@fendor )
13
+ - Add support for pattern synonyms in ghc-mod plugin (@anton-dessiatov )
14
+ - prevent hie crash if hlint crashes (@fendor )
15
+
1
16
# 0.7.0.0
2
17
3
18
- Resolver bumped, LTS 13.9 for GHC 8.6.3 (@alanz )
Original file line number Diff line number Diff line change 1
1
name : haskell-ide-engine
2
- version : 0.7 .0.0
2
+ version : 0.8 .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
You can’t perform that action at this time.
0 commit comments