This repository was archived by the owner on Oct 7, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +34
-3
lines changed Expand file tree Collapse file tree 3 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 1.4
2+
3+ NOTE: haskell-ide-engine is in transition, the new home for it will be
4+ [ haskell-language-server] ( https://github.com/haskell/haskell-language-server ) ,
5+ which does not currently have feature parity with ` hie ` .
6+ Once that hurdle is crossed, the main emphasis will be there, and
7+ ` hie ` will eventually be deprecated.
8+
9+ ## In this version
10+
11+ - cabal to 2020-05-02T10:11:15Z
12+ - stack-8.8.3 to lts-15.10
13+ - stack to nightly-2020-05-01
14+
15+ ## Changes
16+
17+ - Bump resolvers
18+ ([ #1757 ] ( https://github.com/haskell/haskell-ide-engine/pull/1757 ) by @alanz )
19+ - Move finding the package for a filepath
20+ ([ #1750 ] ( https://github.com/haskell/haskell-ide-engine/pull/1750 ) by @fendor )
21+ - Update Sublime Text HIE command
22+ ([ #1742 ] ( https://github.com/haskell/haskell-ide-engine/pull/1742 ) by @ssanj )
23+ - Use installed ghc in stack linux builds
24+ ([ #1737 ] ( https://github.com/haskell/haskell-ide-engine/pull/1737 ) by @jneira )
25+ - Strip RTS flags, since we cant honor them
26+ ([ #1736 ] ( https://github.com/haskell/haskell-ide-engine/pull/1736 ) by @fendor )
27+ - Support for ghc-8.8.3
28+ ([ #1697 ] ( https://github.com/haskell/haskell-ide-engine/pull/1697 ) by @jneira )
29+ - Haddock source file names may use either dot or dash as separator
30+ ([ #1723 ] ( https://github.com/haskell/haskell-ide-engine/pull/1723 ) by @wz1000 )
31+
132## 1.3
233
334NOTE: haskell-ide-engine is in transition, the new home for it will be
Original file line number Diff line number Diff line change 11name : haskell-ide-engine
2- version : 1.3
2+ version : 1.4
33synopsis : Provide a common engine to power any Haskell IDE
44description : Please see README.md
55homepage : http://github.com/githubuser/haskell-ide-engine#readme
@@ -76,7 +76,7 @@ library
7676 , haskell-lsp == 0.20. *
7777 , haskell-lsp-types == 0.20. *
7878 , haskell-src-exts >= 1.22
79- , hie-plugin-api >= 1.3
79+ , hie-plugin-api >= 1.4
8080 , hoogle >= 5.0.13
8181 , hsimport
8282 , hslogger
Original file line number Diff line number Diff line change 11name : hie-plugin-api
2- version : 1.3
2+ version : 1.4
33synopsis : Haskell IDE API for plugin communication
44description : Please see README.md
55license : BSD3
You can’t perform that action at this time.
0 commit comments