Skip to content

Commit c72ea9a

Browse files
committed
Add Haskell ARM64 notes
And clarify old dockerfiles are no longer included in the repo.
1 parent 1ff273e commit c72ea9a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

haskell/content.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ A large number of production-quality Haskell libraries are available from [Hacka
1010

1111
## About this image
1212

13-
This image ships a minimal Haskell toolchain (`ghc` and `cabal-install`) as well as the `stack` tool ([https://www.haskellstack.org/](https://www.haskellstack.org/)).
13+
This image ships a minimal Haskell toolchain (`ghc` and `cabal-install`) as well as the `stack` tool ([https://www.haskellstack.org/](https://www.haskellstack.org/)) where possible. [`stack` does not currently support `ARM64`](https://github.com/commercialhaskell/stack/issues/2103) so is not included for that processor architecture.
1414

15-
Note: The GHC developers do not support legacy release branches (i.e. `7.8.x`). While older GHC release tags are available in this DockerHub repository, only the two most recent minor releases will receive updates or be shown in the "Supported tags ..." section at the top of this page.
15+
ARM64 support is new and should be considered experimental at this stage. Support has been added as of `8.10.7`, `9.0.2` and `9.2.1`.
16+
17+
Note: The GHC developers do not support legacy release branches (i.e. `7.8.x`). Only the two most recent minor releases will receive updates or be shown in the "Supported tags ..." section at the top of this page.
1618

1719
Additionally, we aim to support the two most recent versions of Debian (`stable` and `oldstable`) as variants, with the most recent being the default if not specified.
1820

0 commit comments

Comments
 (0)