This repository was archived by the owner on Oct 7, 2020. It is now read-only.
File tree 3 files changed +34
-3
lines changed
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
+
1
32
## 1.3
2
33
3
34
NOTE: haskell-ide-engine is in transition, the new home for it will be
Original file line number Diff line number Diff line change 1
1
name : haskell-ide-engine
2
- version : 1.3
2
+ version : 1.4
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
@@ -76,7 +76,7 @@ library
76
76
, haskell-lsp == 0.20. *
77
77
, haskell-lsp-types == 0.20. *
78
78
, haskell-src-exts >= 1.22
79
- , hie-plugin-api >= 1.3
79
+ , hie-plugin-api >= 1.4
80
80
, hoogle >= 5.0.13
81
81
, hsimport
82
82
, hslogger
Original file line number Diff line number Diff line change 1
1
name : hie-plugin-api
2
- version : 1.3
2
+ version : 1.4
3
3
synopsis : Haskell IDE API for plugin communication
4
4
description : Please see README.md
5
5
license : BSD3
You can’t perform that action at this time.
0 commit comments