Updated Haskell base version to 9.8.4
This commit is contained in:
parent
65f3525ffd
commit
8cf0ce09ab
@ -1,4 +1,4 @@
|
|||||||
FROM haskell:9.4.8-slim-buster
|
FROM haskell:9.8.4-slim-bullseye
|
||||||
|
|
||||||
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.17.2.1
|
base ^>=4.19.2.0
|
||||||
other-modules:
|
other-modules:
|
||||||
Primes
|
Primes
|
||||||
Problems
|
Problems
|
||||||
|
Loading…
x
Reference in New Issue
Block a user