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

Commit 6afa461

Browse files
authored
Merge pull request #1639 from alanz/prepare-1.1
Preparing 1.1 release
2 parents caf7223 + 5e2e93e commit 6afa461

File tree

3 files changed

+110
-3
lines changed

3 files changed

+110
-3
lines changed

Changelog.md

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

3110
- 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)