summaryrefslogtreecommitdiff
path: root/docs/users_guide/8.4.1-notes.rst
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-09-26 15:43:47 -0400
committerBen Gamari <ben@smart-cactus.org>2017-09-26 17:42:34 -0400
commit47888fd8b40fa1db24f107ffdf12ac1673bbe650 (patch)
tree1ed62e5acd7864afd29311d4771aed9658504c4e /docs/users_guide/8.4.1-notes.rst
parent30a1eeea37e224e4ade9b8e7cdd30076cb716960 (diff)
downloadhaskell-47888fd8b40fa1db24f107ffdf12ac1673bbe650.tar.gz
Revert "Switch VEH to VCH and allow disabling of SEH completely."
Reverting to fix authorship of commit. This reverts commit 1825cbdbdf08ed4bd6fd6794852596078953298a.
Diffstat (limited to 'docs/users_guide/8.4.1-notes.rst')
-rw-r--r--docs/users_guide/8.4.1-notes.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/users_guide/8.4.1-notes.rst b/docs/users_guide/8.4.1-notes.rst
index f525a8197a..4f3ff263cb 100644
--- a/docs/users_guide/8.4.1-notes.rst
+++ b/docs/users_guide/8.4.1-notes.rst
@@ -163,13 +163,6 @@ Runtime system
compliance with the model set by the most Java virtual machine
implementations.
-- The GHC runtime on Windows now uses Continue handlers instead of Vectorized
- handlers to trap exceptions. This change gives other exception handlers a chance
- to handle the exception before the runtime does. Furthermore The RTS flag
- :rts-flag:`--install-seh-handlers=<yes|no>` Can be used on Wndows to
- completely disable the runtime's handling of exceptions. See
- :ghc-ticket:`13911`, :ghc-ticket:`12110`.
-
Template Haskell
~~~~~~~~~~~~~~~~