You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The prebuilt binaries in this release support the following GHC versions:
8.6.5
8.8.4
8.10.7
9.0.2
9.2.1
9.2.2
These binaries can be installed using GHCup or version 2.0.0 and above of the VSCode extension (currently prerelease). Older versions of the VSCode extension will not attempt to download this version.
If you would like to install these manually, note that we have changed the process by which we distribute binaries. For non-Windows platforms, there is now a Makefile which will install a dynamically linked version of HLS after verifying that it is compatible with your local GHC installation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Binaries for this release are available at https://downloads.haskell.org/~hls/haskell-language-server-1.7.0.0/.
Subsequent releases will also be available at https://downloads.haskell.org/~hls.
The prebuilt binaries in this release support the following GHC versions:
These binaries can be installed using GHCup or version 2.0.0 and above of the VSCode extension (currently prerelease). Older versions of the VSCode extension will not attempt to download this version.
If you would like to install these manually, note that we have changed the process by which we distribute binaries. For non-Windows platforms, there is now a Makefile which will install a dynamically linked version of HLS after verifying that it is compatible with your local GHC installation.
You must download the tarball with the same platform suffix as the GHC bindist you installed from https://downloads.haskell.org/~ghc/ - for instance, if you used ghc-8.10.7-x86_64-fedora27-linux.tar.lz to install GHC, you will need haskell-language-server-1.7.0.0-x86_64-linux-fedora27.tar.xz.
If you get your GHC binaries from a source other than https://downloads.haskell.org (or GHCup), then you will need to build HLS from source yourself.
Changelog
Distribute dynamically linked binaries for HLS to avoid statically linking against GLIBC
and system libraries, and to avoid unpredictable failures due to subtle differences
between the GHC used to compile HLS and the GHC installed on the users machine
(@hasufell, Implement distribution of dynamic builds #2675, Don't statically link binaries against glibc/system libraries. #2431)
Improved recompilation avoidance in projects that make use of Template Haskell (Improve recompilation avoidance in the presence of TH #2316). See
the blog post for more details.
This release includes the
avoid-recompile
set of commits described in the blog post.A new Change Type Signature Plugin (# Change Type Signature Plugin #2660, @drsooch)
Support for GHC 9.2.2
Removal of HLS installer scripts as mentioned by the deprecation notice last release (Delete HLS installer scripts #2773)
Many more improvements and bug fixed thanks to our contributors!
Pull requests merged for 1.6.1.1
(#2828) by @July541
(#2826) by @July541
(#2823) by @dependabot[bot]
(#2822) by @dependabot[bot]
(#2821) by @dependabot[bot]
(#2814) by @wz1000
(#2809) by @OliverMadine
cabal install
commands for local HLS build in docs(#2807) by @9999years
(#2806) by @dependabot[bot]
(#2805) by @pepeiborra
(#2803) by @pepeiborra
(#2802) by @pepeiborra
(#2790) by @drsooch
(#2789) by @wz1000
(#2788) by @July541
(#2787) by @pepeiborra
(#2782) by @July541
(#2781) by @pepeiborra
(#2780) by @wz1000
(#2778) by @paul-jewell
(#2775) by @xsebek
(#2774) by @pepeiborra
(#2773) by @fendor
(#2770) by @michaelpj
(#2769) by @michaelpj
(#2768) by @pepeiborra
(#2766) by @fendor
(#2764) by @xsebek
(#2763) by @georgefst
(#2761) by @drsooch
(#2759) by @dependabot[bot]
(#2758) by @michaelpj
(#2757) by @hasufell
(#2756) by @pepeiborra
(#2755) by @pepeiborra
(#2753) by @pepeiborra
(#2752) by @drsooch
(#2750) by @pepeiborra
(#2748) by @hasufell
(#2746) by @hasufell
(#2743) by @michaelpj
(#2742) by @michaelpj
(#2740) by @drsooch
(#2738) by @fendor
(#2735) by @wz1000
(#2733) by @July541
(#2730) by @dependabot[bot]
(#2727) by @michaelpj
(#2723) by @pepeiborra
(#2722) by @andys8
getHspecFormattedConfig
which is no longer used(#2721) by @hololeap
(#2719) by @hasufell
(#2717) by @isovector
(#2714) by @mergify[bot]
(#2713) by @hasufell
(#2712) by @pepeiborra
(#2711) by @hasufell
(#2710) by @pepeiborra
(#2709) by @July541
(#2708) by @July541
(#2707) by @hasufell
(#2701) by @ThomasCrevoisier
(#2697) by @guibou
(#2696) by @drsooch
(#2689) by @jneira
(#2688) by @jneira
(#2687) by @pepeiborra
(#2686) by @eddiemundo
(#2680) by @visortelle
(#2679) by @drsooch
(#2676) by @pepeiborra
(#2675) by @hasufell
(#2669) by @guibou
(#2660) by @drsooch
(#2655) by @guibou
(#2639) by @Bodigrim
(#2558) by @eddiemundo
(#2316) by @wz1000
This discussion was created from the release 1.7.0.0.
Beta Was this translation helpful? Give feedback.
All reactions