docs: add note about stack lts

This commit is contained in:
qvalentin 2025-01-21 21:04:50 +01:00
parent 05d5046799
commit 939eb59714

View file

@ -14,8 +14,9 @@
# Use the latest resolver that uses the same ghc version # Use the latest resolver that uses the same ghc version
# as build for nixos # as build for nixos
# this way we can use prebuild binaries for hls # this way we can use prebuild binaries for hls
#resolver: nightly-2022-11-12 # go to
#resolver: ghc-9.2.4 # https://www.stackage.org/
# and select the lts that is matching you hls version
resolver: lts-22.43 resolver: lts-22.43
# #
# The location of a snapshot can be provided as a file or url. Stack assumes # The location of a snapshot can be provided as a file or url. Stack assumes