From 55f751a7d2f9718a7a0961f5ba2d905431af2e2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:17:52 +0000 Subject: [PATCH] [haskell/.devcontainer] Update haskell --- haskell/.devcontainer/Dockerfile | 2 +- haskell/stack.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/haskell/.devcontainer/Dockerfile b/haskell/.devcontainer/Dockerfile index 36a118af..17776fed 100644 --- a/haskell/.devcontainer/Dockerfile +++ b/haskell/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM haskell:9.6.6 +FROM haskell:9.8.4 RUN useradd -rm -d /home/haskell -s /bin/bash -u 1001 haskell USER haskell diff --git a/haskell/stack.yaml b/haskell/stack.yaml index 44cbf803..84e8dd82 100644 --- a/haskell/stack.yaml +++ b/haskell/stack.yaml @@ -17,7 +17,7 @@ # # resolver: ./custom-snapshot.yaml # resolver: https://example.com/snapshots/2018-01-01.yaml -resolver: lts-22.43 +resolver: lts-23.0 # User packages to be built.