Updated Haskell base version to 9.12.2

This commit is contained in:
saundersp
2025-05-24 17:44:27 +02:00
parent 8cf0ce09ab
commit ee32768c79
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -8,7 +8,7 @@ executable haskell-playground
main-is: Main.hs main-is: Main.hs
build-depends: build-depends:
primes, primes,
base ^>=4.19.2.0 base ^>=4.21.0.0
other-modules: other-modules:
Primes Primes
Problems Problems