From fabc0d18b65e579359c8de52c5565e32238c84a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:40:11 +0000 Subject: [PATCH 1/2] Bump haskell from 9.8.1 to 9.8.2 Bumps haskell from 9.8.1 to 9.8.2. --- updated-dependencies: - dependency-name: haskell dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dodona-haskell.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dodona-haskell.dockerfile b/dodona-haskell.dockerfile index 6807387..7d53559 100644 --- a/dodona-haskell.dockerfile +++ b/dodona-haskell.dockerfile @@ -1,4 +1,4 @@ -FROM haskell:9.8.1 +FROM haskell:9.8.2 # hadolint ignore=DL3008 RUN apt-get update \ From fb2f9fc37c1f7688e2faea820a18284e0a468b54 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Thu, 14 Mar 2024 16:11:50 +0100 Subject: [PATCH 2/2] Update ghc-lib deps --- dodona-haskell.dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dodona-haskell.dockerfile b/dodona-haskell.dockerfile index 7d53559..7ceb298 100644 --- a/dodona-haskell.dockerfile +++ b/dodona-haskell.dockerfile @@ -24,8 +24,8 @@ RUN cabal update \ HUnit-1.6.2.0 \ MissingH-1.6.0.1 \ QuickCheck-2.14.3 \ - ghc-lib-parser-9.8.1.20231121 \ - ghc-lib-parser-ex-9.8.0.0 \ + ghc-lib-parser-9.8.2.20240223 \ + ghc-lib-parser-ex-9.8.0.2 \ gloss-1.13.2.2 \ hlint-3.8 \ splitmix-0.1.0.5 \