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