Updated Haskell base version to 9.8.4

This commit is contained in:
saundersp 2025-03-26 14:40:58 +01:00
parent 65f3525ffd
commit 8cf0ce09ab
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM haskell:9.4.8-slim-buster
FROM haskell:9.8.4-slim-bullseye
ARG UID=1000
ARG GID=1000

View File

@ -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