From 3626b6f26e560e4be6dee4005fddd879af39afc7 Mon Sep 17 00:00:00 2001 From: jorg-vr Date: Tue, 24 Sep 2024 10:00:57 +0200 Subject: [PATCH] Revert "Bump haskell from 9.8.1 to 9.8.2" --- dodona-haskell.dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dodona-haskell.dockerfile b/dodona-haskell.dockerfile index f565209..d620cb9 100644 --- a/dodona-haskell.dockerfile +++ b/dodona-haskell.dockerfile @@ -1,4 +1,4 @@ -FROM haskell:9.8.2 +FROM haskell:9.8.1 RUN apt-get update \ # Install jq for json querying in bash @@ -23,8 +23,8 @@ RUN cabal update \ HUnit-1.6.2.0 \ MissingH-1.6.0.1 \ QuickCheck-2.14.3 \ - ghc-lib-parser-9.8.2.20240223 \ - ghc-lib-parser-ex-9.8.0.2 \ + ghc-lib-parser-9.8.1.20231121 \ + ghc-lib-parser-ex-9.8.0.0 \ gloss-1.13.2.2 \ hlint-3.8 \ splitmix-0.1.0.5 \