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