Skip to content

Commit

Permalink
Upgrade to Debian 12 (#64)
Browse files Browse the repository at this point in the history
* Upgrade to Debian 12

* Update link to Stack

* Remove unnecessary cleanup
  • Loading branch information
tfausak authored Oct 2, 2023
1 parent 09e14a5 commit 7578743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG DEBIAN_VERSION=11
ARG DEBIAN_VERSION=12
FROM "mcr.microsoft.com/devcontainers/base:debian-$DEBIAN_VERSION"

# Install dependencies.
Expand Down Expand Up @@ -84,6 +84,5 @@ RUN \
if test -n "$HLS_VERSION"; then \
ghcup install hls "$HLS_VERSION" --set; \
ghcup gc --hls-no-ghc --tmpdirs; \
rm --force --recursive --verbose "$CABAL_STORE/*" ~/.cabal/{logs,packages,store}; \
haskell-language-server-wrapper --version; \
fi
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ This Docker image provides a Haskell development environment with the following
- [GHCup](https://www.haskell.org/ghcup/)
- [GHC](https://www.haskell.org/ghc/)
- [Cabal](https://www.haskell.org/cabal/)
- [Stack](https://docs.haskellstack.org/en/stable/README/)
- [Stack](https://docs.haskellstack.org/en/stable/)
- [HLS](https://haskell-language-server.readthedocs.io/en/latest/)

0 comments on commit 7578743

Please sign in to comment.