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

Commit d961196

Browse files
authored
Merge pull request #1162 from alanz/master
Preparing for 0.8.0.0 monthly release
2 parents 86ce2a4 + 75dc110 commit d961196

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
# 0.7.0.0
217

318
- Resolver bumped, LTS 13.9 for GHC 8.6.3 (@alanz)

haskell-ide-engine.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: haskell-ide-engine
2-
version: 0.7.0.0
2+
version: 0.8.0.0
33
synopsis: Provide a common engine to power any Haskell IDE
44
description: Please see README.md
55
homepage: http://github.com/githubuser/haskell-ide-engine#readme

0 commit comments

Comments
 (0)