summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-01-29 14:54:04 -0500
committerBen Gamari <ben@smart-cactus.org>2022-01-29 14:54:04 -0500
commit88fce7404f402d8964ef5b79e6e3fde950834f9a (patch)
tree0a3e1fa505c8b4eb9f462024e9bd86edd666b5bf
parentea2a403451caa15beca77af42fe0c34e7f1d7dc4 (diff)
downloadhaskell-88fce7404f402d8964ef5b79e6e3fde950834f9a.tar.gz
rel-notes: Note dropping of SPARC support
-rw-r--r--docs/users_guide/9.4.1-notes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/users_guide/9.4.1-notes.rst b/docs/users_guide/9.4.1-notes.rst
index dbe1d02cf2..8140a367aa 100644
--- a/docs/users_guide/9.4.1-notes.rst
+++ b/docs/users_guide/9.4.1-notes.rst
@@ -65,6 +65,8 @@ Compiler
that is used boxed in a hot path). Do post a bug report with your example!
Then wrap the uses of the parameter in ``GHC.Exts.lazy`` for a short-term fix.
+- Support for Sun SPARC architecture has been dropped (:ghc-ticket:`16883`).
+
``base`` library
~~~~~~~~~~~~~~~~