Skip to content
Snippets Groups Projects
Verified Commit 6e0bbb77 authored by Olivier Benz's avatar Olivier Benz
Browse files

HLS v2.4.0.0: Patch build for GHC versions ≥ 9.7

parent 8458b96e
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ ARG HLS_VERSION
RUN apk add --no-cache patchelf findutils \
&& cd /tmp \
&& if dpkg --compare-versions "${GHC_VERSION%.*}" gt "9.7"; then \
&& if dpkg --compare-versions "${GHC_VERSION%.*}" ge "9.7"; then \
git clone https://github.com/haskell/haskell-language-server.git \
"haskell-language-server-$HLS_VERSION"; \
cd "haskell-language-server-$HLS_VERSION"; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment