Remove unused HLS

pull/357/head
Taylor Fausak 2021-11-06 14:50:31 +00:00 committed by GitHub
parent 42cf56b106
commit 1ad34aedcc
1 changed files with 0 additions and 5 deletions

View File

@ -28,8 +28,3 @@ ARG CABAL_VERSION=3.6.2.0
RUN \ RUN \
ghcup install cabal "$CABAL_VERSION" --set && \ ghcup install cabal "$CABAL_VERSION" --set && \
cabal --version cabal --version
ARG HLS_VERSION=1.4.0
RUN \
ghcup install hls "$HLS_VERSION" --set && \
haskell-language-server-wrapper --version