diff options
author | Sergey Vinokurov <serg.foo@gmail.com> | 2018-02-07 21:10:17 +0000 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-02-14 17:06:36 -0500 |
commit | df449e1744d59eef7f41e09196629bc01815e984 (patch) | |
tree | 55f3cdaf89cfdf5e6d47c383fd096e5f8b352879 /libraries/base/tests/hPutBuf001.hs | |
parent | 8936ab69d18669bab3ca4edf40458f88ae5903f0 (diff) | |
download | haskell-df449e1744d59eef7f41e09196629bc01815e984.tar.gz |
Various documentation improvements
* Fix missing code example in changelog for 8.4.1
* List 'setEnv' as opposite of 'getEnv'
It seems best to direct users to use 'System.Environment.setEnv'
rather than 'System.Posix.Env.putEnv'. This is due to 'setEnv' being
located in the same module as 'getEnv' and my virtue of working on
Windows platform, whereas 'putEnv' does not have that quality because
it's part of the 'unix' package.
* Reflect in docs the fact that 'readMVar' is not a composition of
'takeMVVar' and 'putMVar' any more
Diffstat (limited to 'libraries/base/tests/hPutBuf001.hs')
0 files changed, 0 insertions, 0 deletions