Updated Haskell base version to 9.12.2
This commit is contained in:
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user