haskell-language-server/hie-compat
Javier Neira ce41b6459a
Prepare 1.6.0 release (#2642)
* Add list of merged prs

* Remove branch trigger

* Update release instructions

* Include 9.2.1 in the current release

* Bump up hls version

* remove duplicate mention

* Remove references to branch name

* Fix cabal.project gen

* Correct fail-fast condition

* Bump up minor version

* Bump up major version

* Bump up major version

* Allow brittany only for 9.0.1

* brittany not supported in hackage and 9.0.2

* Not short hls for hackage

* Bump up versions everywhere

* Update hackage index

* Add ghcide in rename plugin

* Apply linter and add selection demo

* Add header linkable

* Add first version of release description

* Add last prs

* Mention wingman

* Grammar corrections

Co-authored-by: Jan Hrcek <2716069+jhrcek@users.noreply.github.com>

* Correct mention

Co-authored-by: Pepe Iborra <pepeiborra@me.com>

* Warn about th in docs

* Remove reference to install doc

* Rephrasing

Co-authored-by: J. S. <document_done@hotmail.com>

* Better style

Co-authored-by: Junyoung "Clare" Jang <jjc9310@gmail.com>

* Use could to stress it likely will not work

* REmove reliable from the warning

* Reorder comments

* Rephrasing

Co-authored-by: Michael Peyton Jones <me@michaelpj.com>

* Update docs/supported-versions.md

Co-authored-by: Michael Peyton Jones <me@michaelpj.com>

* Use last version of internal deps

* Restore original wording

* One more pr

* One more pr

Co-authored-by: Jan Hrcek <2716069+jhrcek@users.noreply.github.com>
Co-authored-by: Pepe Iborra <pepeiborra@me.com>
Co-authored-by: J. S. <document_done@hotmail.com>
Co-authored-by: Junyoung "Clare" Jang <jjc9310@gmail.com>
Co-authored-by: Michael Peyton Jones <me@michaelpj.com>
2022-01-28 09:06:56 +00:00
..
src-ghc86/Compat Add GHC 9.2 support for hie-compat (#2003) 2021-07-26 19:57:40 +01:00
src-ghc88/Compat Add GHC 9.2 support for hie-compat (#2003) 2021-07-26 19:57:40 +01:00
src-ghc810/Compat Add GHC 9.2 support for hie-compat (#2003) 2021-07-26 19:57:40 +01:00
src-reexport/Compat Fix cabal check for hie-compat (haskell/ghcide#879) 2020-10-23 12:03:47 +05:30
src-reexport-ghc9/Compat Add GHC 9.2 support for hie-compat (#2003) 2021-07-26 19:57:40 +01:00
CHANGELOG.md Move HIE files stuff to a new hie-compat package (haskell/ghcide#877) 2020-10-20 12:48:56 +05:30
hie-compat.cabal Prepare 1.6.0 release (#2642) 2022-01-28 09:06:56 +00:00
LICENSE Move HIE files stuff to a new hie-compat package (haskell/ghcide#877) 2020-10-20 12:48:56 +05:30
README.md Move HIE files stuff to a new hie-compat package (haskell/ghcide#877) 2020-10-20 12:48:56 +05:30

hie-compat

Mainly a backport of HIE Files for ghc 8.6, along with a few other backports of fixes useful for ghcide

Fully compatible with .hie files natively produced by versions of GHC that support them.

THIS DOES NOT LET YOU READ HIE FILES WITH MISMATCHED VERSIONS OF GHC

Backports included:

https://gitlab.haskell.org/ghc/ghc/-/merge_requests/4037

https://gitlab.haskell.org/ghc/ghc/-/merge_requests/4068

https://gitlab.haskell.org/ghc/ghc/-/merge_requests/3199

https://gitlab.haskell.org/ghc/ghc/-/merge_requests/2578