Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit d9d21fb

Browse files
authored
Merge pull request #1759 from alanz/prepare-1.4
Prepare 1.4 release
2 parents 38c6ca6 + 0347590 commit d9d21fb

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

‎Changelog.md

Lines changed: 31 additions & 0 deletions
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月02日T10: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

‎haskell-ide-engine.cabal

Lines changed: 2 additions & 2 deletions
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

‎hie-plugin-api/hie-plugin-api.cabal

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /