From d9abddfe546a8afc8834f8d8f64a3ddeade8efb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 12:43:19 +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 36a118af1..17776fed7 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 44cbf803f..84e8dd82a 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.