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

Commit 0347590

Browse files
committed
Prepare 1.4 release
1 parent 38c6ca6 commit 0347590

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

Diff for: Changelog.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
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

334
NOTE: haskell-ide-engine is in transition, the new home for it will be

Diff for: haskell-ide-engine.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: haskell-ide-engine
2-
version: 1.3
2+
version: 1.4
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
@@ -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

Diff for: hie-plugin-api/hie-plugin-api.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: hie-plugin-api
2-
version: 1.3
2+
version: 1.4
33
synopsis: Haskell IDE API for plugin communication
44
description: Please see README.md
55
license: BSD3

0 commit comments

Comments
 (0)