summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHabib Alamin <ha.alamin@gmail.com>2017-07-31 05:48:43 +0100
committerTamar Christina <tamar@zhox.com>2017-07-31 05:50:52 +0100
commit49e334c8ea98cd5ecc81cfe10827538182815723 (patch)
tree498d439ff36af6981fb4626c3395a0af38bd96ce /docs
parentf2c12c391e8c855b208bb9b99d85bbf56b9ebbae (diff)
downloadhaskell-49e334c8ea98cd5ecc81cfe10827538182815723.tar.gz
Allow Windows to set blank environment variables
Test Plan: ./validate on harbormaster Reviewers: austin, hvr, bgamari, erikd, Phyx Reviewed By: Phyx Subscribers: Phyx, rwbarton, thomie GHC Trac Issues: #12494 Differential Revision: https://phabricator.haskell.org/D3726
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/8.4.1-notes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/users_guide/8.4.1-notes.rst b/docs/users_guide/8.4.1-notes.rst
index 67cd7f0117..d3cef24c57 100644
--- a/docs/users_guide/8.4.1-notes.rst
+++ b/docs/users_guide/8.4.1-notes.rst
@@ -146,3 +146,9 @@ Template Haskell
#endif
can be used.
+
+``base`` library
+~~~~~~~~~~~~~~~~
+
+- Blank strings can now be used as values for environment variables using the
+ System.Environment.Blank module. See :ghc-ticket:`12494`