diff options
author | Habib Alamin <ha.alamin@gmail.com> | 2017-07-31 05:48:43 +0100 |
---|---|---|
committer | Tamar Christina <tamar@zhox.com> | 2017-07-31 05:50:52 +0100 |
commit | 49e334c8ea98cd5ecc81cfe10827538182815723 (patch) | |
tree | 498d439ff36af6981fb4626c3395a0af38bd96ce /docs | |
parent | f2c12c391e8c855b208bb9b99d85bbf56b9ebbae (diff) | |
download | haskell-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.rst | 6 |
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` |