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

Commit 071ccbc

Browse files
committed
Preparing 1.1 release
1 parent caf7223 commit 071ccbc

File tree

3 files changed

+152
-3
lines changed

3 files changed

+152
-3
lines changed

Changelog.md

Lines changed: 149 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,152 @@
1+
# 1.1
2+
3+
- NOTE: haskell-ide-engine is in transition, the new home for it will
4+
be
5+
[haskell-language-server](https://github.com/haskell/haskell-language-server),
6+
which does not currently have feature parity with `hie`. In
7+
particular it does not support multi-cradles, so can only open a
8+
single component of a project, as configured into its `hie.yaml`
9+
file.
10+
11+
Once that hurdle is crossed, the main emphasis will be there, and
12+
`hie` will eventually be deprecated.
13+
14+
In this version
15+
16+
- cabal now index state 2020-01-31T21:11:24Z
17+
- GHC 8.8.2 is nightly-2020-01-31
18+
- GHC 8.6.5 is lts-14.22
19+
20+
- hlint is 2.2.10
21+
- brittany is 0.12.1.1
22+
23+
- Install script with cabal: check there is one ghc in $PATH
24+
([#1632](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @jneira)
25+
26+
- Update README.md
27+
([#1636](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @flip111)
28+
29+
- Azure: not trigger pr builds by path
30+
([#1633](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @jneira)
31+
32+
- Add dev target to stack install.hs
33+
([#1615](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @jneira)
34+
35+
- Fix cabal-hie-install in windows azure ci
36+
([#1627](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @jneira)
37+
38+
- Replace one more haskell-ide in README
39+
([#1630](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @jneira)
40+
41+
- Bump resolvers, hlint, brittany
42+
([#1622](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @alanz)
43+
44+
- Update HIE to use latest hie-bios
45+
([#1601](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @fendor)
46+
47+
- Add instructions for installing HIE + GHC as a VS Code Devcontainer
48+
([#1624](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @GavinRay97)
49+
50+
- Readme: haskell-ide -> haskell-language-server
51+
([#1625](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @andys8)
52+
53+
- Deduplicate main for hie/hie-wrapper
54+
([#1610](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @Gurkenglas)
55+
56+
- Azure fix win cabal 8.4.4
57+
([#1619](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @jneira)
58+
59+
- Mention the new haskell-ide in the README
60+
([#1612](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @jneira)
61+
62+
- Ormolu range format support
63+
([#1602](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @Av)
64+
65+
- Add 8.8.2 stack file and CI
66+
([#1607](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @bubba)
67+
68+
- Azure update macos and try to fix windows+stack builds
69+
([#1609](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @jneira)
70+
71+
- Update required stack version
72+
([#1603](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @wataru86)
73+
74+
- Remove compiler warnings
75+
([#1600](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @EncodePanda)
76+
77+
- Remove hlint.yaml from azure releases and readme
78+
([#1598](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @jneira)
79+
80+
- Fix error message parsing to import types
81+
([#1597](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @fendor)
82+
83+
- Pass Ormolu cradle flags & default-extensions
84+
([#1589](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @Av)
85+
86+
- Fix multi source directories
87+
([#1577](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @fendor)
88+
89+
- azure: add windows+cabal job and other improvements
90+
([#1595](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @jneira)
91+
92+
- Allow newer optparse-applicative for ormolu (stack version)
93+
([#1586](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @jneira)
94+
95+
- Azure builds improvements
96+
([#1584](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @jneira)
97+
98+
- Drop GHC version 8.6.1, 8.6.2 and 8.6.3 (#1592)
99+
([#1594](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @fendor)
100+
101+
- Demote HsImport func-tests to unit-test
102+
([#1591](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @fendor)
103+
104+
- Update hlint to 2.2.8 and ormolu to 0.0.3
105+
([#1588](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @alanz)
106+
107+
- Allow newer optparse-applicative for ormolu
108+
([#1583](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @bubba)
109+
110+
- Make cabal-hie-install executable
111+
([#1581](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @maoe)
112+
113+
- Ormolu formatter support
114+
([#1481](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @DavSanchez)
115+
116+
- GHC 8.8 support
117+
([#1482](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @Av)
118+
119+
- Load all possible haskell source files
120+
([#1569](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @fendor)
121+
122+
- Enable all working test suites and add linux-cabal job in Azure
123+
([#1571](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @jneira)
124+
125+
- Mention hlint data file handling in readme
126+
([#1573](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @jneira)
127+
128+
- Enable azure releases and some fixes
129+
([#1545](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @jneira)
130+
131+
- Add cabal freeze files and use them automatically
132+
([#1561](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @hasufell)
133+
134+
- Add unit-tests for Cabal-Helper cradles
135+
([#1552](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @fendor)
136+
137+
- Don't mix stack with cabal
138+
([#1557](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @hasufell)
139+
140+
- Avoid building HIE twice
141+
([#1562](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @hasufell)
142+
143+
- Readme lsp flag
144+
([#1559](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @Anrock)
145+
146+
- Fix haddock documentation for Cradle.hs
147+
([#1549](https://github.com/haskell/haskell-ide-engine/pull/1551), by by @fendor)
148+
149+
1150
# 1.0.0.0
2151

3152
- NOTE: 1.0 status does **not** mean it is now stable.

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.0.0.0
2+
version: 1.1
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.19.*
7777
, haskell-lsp-types == 0.19.*
7878
, haskell-src-exts
79-
, hie-plugin-api >= 1.0
79+
, hie-plugin-api >= 1.1
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.0.0.0
2+
version: 1.1
33
synopsis: Haskell IDE API for plugin communication
44
description: Please see README.md
55
license: BSD3

0 commit comments

Comments
 (0)