Skip to content
Snippets Groups Projects
Simon Michael's avatar
Simon Michael authored
* install: sync stack.yaml with parent project for less rebuilding

* stack: update, sync, comment the ghc 8.10 yamls

Co-authored-by: default avatarJavier Neira <atreyu.bbb@gmail.com>
Co-authored-by: default avatarAnton Latukha <anton.latukha@gmail.com>
acdb82e8
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

hls-install

This directory contains the hls-install project, an Haskell Language Server installer. It is used when installing from sources.

Unlike other subdirectories (e.g. hls-graph or ghcide), this is not another package of the HLS project, but another project entirely (with another stack.yaml, another cabal.project, etc.). It just so happens to be in a subdirectory of HLS project for convenience, as this is tightly related to HLS.

The rationale behind this choice is to keep the installer completely isolated from main HLS code: different dependencies, different builds, etc.