summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTamar Christina <tamar@zhox.com>2019-09-08 23:11:19 +0100
committerTamar Christina <tamar@zhox.com>2019-10-20 16:21:10 +0100
commit4b431f334018eaef2cf36de3316025c68c922915 (patch)
tree7f85d5a1a6bc6d39e9a8c51fe33904ff61461a7e /docs
parentc4c9904b324736dc5d190a91418e8d8f564d4104 (diff)
downloadhaskell-4b431f334018eaef2cf36de3316025c68c922915.tar.gz
Windows: Update tarballs to GCC 9.2 and remove MAX_PATH limit.
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/8.10.1-notes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/users_guide/8.10.1-notes.rst b/docs/users_guide/8.10.1-notes.rst
index 0d7be2e6d8..eb06b02ac8 100644
--- a/docs/users_guide/8.10.1-notes.rst
+++ b/docs/users_guide/8.10.1-notes.rst
@@ -173,6 +173,10 @@ Compiler
implemented correctly, and appears to be largely unused. This flag
will be removed in a later version of GHC.
+- Windows bindist has been updated to GCC 9.2 and binutils 2.32. These binaries have
+ been patched to no longer have have the MAX_PATH limit. Windows users should no longer
+ have any issues with long path names.
+
GHCi
~~~~