Skip to content

Commit

Permalink
upgrade to HLS 2.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoosten committed Jun 29, 2023
1 parent 213d09a commit 859098f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .devcontainer/DockerfileUpstream
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG GHC_VERSION=8.10.7
ARG STACK_VERSION=2.9.3
ARG STACK_RESOLVER=lts-18.28
ARG CABAL_VERSION=3.6.2.0
ARG HLS_VERSION=2.0.0.0
ARG HLS_VERSION=2.0.0.1
ARG LLVM_VERSION=16

ENV USERNAME=${USERNAME} \
Expand Down Expand Up @@ -83,16 +83,16 @@ FROM tooling as packages

# Install global packages.
# Versions are pinned, since we don't want to accidentally break anything (by always installing latest).
RUN cabal install -v haskell-dap-0.0.15.0
RUN cabal install -v ghci-dap-0.0.19.0
RUN cabal install -v haskell-debug-adapter-0.0.37.0
RUN cabal install -v hlint-3.2.7
RUN cabal install -v apply-refact-0.9.3.0
RUN cabal install -v retrie-1.1.0.0
RUN cabal install -v stylish-haskell-0.13.0.0
# RUN cabal install -v hoogle-5.0.18.3
# RUN cabal install -v haskell-dap-0.0.15.0
# RUN cabal install -v ghci-dap-0.0.19.0
# RUN cabal install -v haskell-debug-adapter-0.0.37.0
# RUN cabal install -v hlint-3.2.7
# RUN cabal install -v apply-refact-0.9.3.0
# RUN cabal install -v retrie-1.1.0.0
# RUN cabal install -v stylish-haskell-0.13.0.0
# # RUN cabal install -v hoogle-5.0.18.3
RUN cabal install -v ormolu-0.1.3.1
RUN cabal install -v liquidhaskell-0.8.10.2
# RUN cabal install -v liquidhaskell-0.8.10.2

# Generate hoogle db
# RUN hoogle generate && stack hoogle
Expand Down
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"STACK_VERSION": "2.9.3",
"STACK_RESOLVER": "lts-18.28",
"CABAL_VERSION": "3.6.2.0",
"HLS_VERSION": "1.9.1.0",
"HLS_VERSION": "2.0.0.1",
"LLVM_VERSION": "12"
},
"context": "..",
"dockerfile": "Dockerfile"
"dockerfile": "DockerfileUpstream"
},
"customizations": {
"vscode": {
Expand Down

0 comments on commit 859098f

Please sign in to comment.