From 8cf0ce09ab4ba366c7c3b217d32ff1880c1ad324 Mon Sep 17 00:00:00 2001 From: saundersp Date: Wed, 26 Mar 2025 14:40:58 +0100 Subject: [PATCH] Updated Haskell base version to 9.8.4 --- Dockerfile | 2 +- haskell-playground.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b6547b1..eb31883 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM haskell:9.4.8-slim-buster +FROM haskell:9.8.4-slim-bullseye ARG UID=1000 ARG GID=1000 diff --git a/haskell-playground.cabal b/haskell-playground.cabal index daf6500..a120868 100644 --- a/haskell-playground.cabal +++ b/haskell-playground.cabal @@ -8,7 +8,7 @@ executable haskell-playground main-is: Main.hs build-depends: primes, - base ^>=4.17.2.1 + base ^>=4.19.2.0 other-modules: Primes Problems