From c72ea9a337a89dc7f322cb5ce2c26810ed87f002 Mon Sep 17 00:00:00 2001 From: Alistair Burrowes Date: Sun, 2 Jan 2022 13:09:32 +1100 Subject: [PATCH] Add Haskell ARM64 notes And clarify old dockerfiles are no longer included in the repo. --- haskell/content.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/haskell/content.md b/haskell/content.md index 97200ee36278..e0cf83eee3b7 100644 --- a/haskell/content.md +++ b/haskell/content.md @@ -10,9 +10,11 @@ A large number of production-quality Haskell libraries are available from [Hacka ## About this image -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/)). +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. -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. +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`. + +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. 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.