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

Commit 4e185f7

Browse files
authored
Merge pull request #1726 from alanz/prepare-1.3
Prepare version 1.3
2 parents ddf513b + ac64958 commit 4e185f7

File tree

3 files changed

+44
-4
lines changed

3 files changed

+44
-4
lines changed

Changelog.md

+41-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,44 @@
1-
# 1.2
1+
## 1.3
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`. In particular
6+
it does not support multi-cradles, so can only open a single component
7+
of a project, as configured into its `hie.yaml` file.
8+
9+
Once that hurdle is crossed, the main emphasis will be there, and
10+
`hie` will eventually be deprecated.
11+
12+
## In this version
13+
14+
- cabal now index state 2020-04-06T20:27:36Z
15+
- GHC 8.8.2 is lts-15.3
16+
17+
## Changes
18+
19+
- Make install script use unix-time-0.4.7
20+
([#1715](https://github.com/haskell/haskell-ide-engine/pull/1715) by @jneira)
21+
- HsImport: Return codeactions importing from Internal modules last
22+
([#1703](https://github.com/haskell/haskell-ide-engine/pull/1703) by @expipiplus1)
23+
- Extend FormatSpec with a data types
24+
([#1605](https://github.com/haskell/haskell-ide-engine/pull/1605) by @EncodePanda)
25+
- Update hie-plugin-api to use unliftio-core 0.2.0.1
26+
([#1698](https://github.com/haskell/haskell-ide-engine/pull/1698) by @fendor)
27+
- Use sha instead revision for hsimport and other fixes
28+
([#1694](https://github.com/haskell/haskell-ide-engine/pull/1694) by @jneira)
29+
- Fix: haddock for hie-plugin-api
30+
([#1696](https://github.com/haskell/haskell-ide-engine/pull/1696) by @fendor)
31+
- Fix #1578 - Redesign option parsing for main executable
32+
([#1671](https://github.com/haskell/haskell-ide-engine/pull/1671) by @gdziadkiewicz)
33+
- Report progress as a percentage
34+
([#1692](https://github.com/haskell/haskell-ide-engine/pull/1692) by @expipiplus1)
35+
- Correct pull request url and formatting in the changelog
36+
([#1684](https://github.com/haskell/haskell-ide-engine/pull/1684) by @jneira)
37+
- Fix typos in README. Add hint to speed up HIE compilation
38+
([#1685](https://github.com/haskell/haskell-ide-engine/pull/1685) by @mb720)
39+
40+
41+
## 1.2
242

343
NOTE: haskell-ide-engine is in transition, the new home for it will be
444
[haskell-language-server](https://github.com/haskell/haskell-language-server),

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.2
2+
version: 1.3
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.2
79+
, hie-plugin-api >= 1.3
8080
, hoogle >= 5.0.13
8181
, hsimport
8282
, hslogger

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.2
2+
version: 1.3
33
synopsis: Haskell IDE API for plugin communication
44
description: Please see README.md
55
license: BSD3

0 commit comments

Comments
 (0)