[commit: packages/process] master: Add @since annotation and update changelog.md (cdfce9f)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:38:04 UTC 2015


Repository : ssh://git@git.haskell.org/process

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/cdfce9ff33429cfde3772b39cb17749805b9b838/process

>---------------------------------------------------------------

commit cdfce9ff33429cfde3772b39cb17749805b9b838
Author: Bartosz Nitka <bnitka at fb.com>
Date:   Thu Feb 26 01:45:24 2015 -0800

    Add @since annotation and update changelog.md


>---------------------------------------------------------------

cdfce9ff33429cfde3772b39cb17749805b9b838
 System/Process.hsc | 2 ++
 changelog.md       | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/System/Process.hsc b/System/Process.hsc
index 6270fe3..13c36ad 100644
--- a/System/Process.hsc
+++ b/System/Process.hsc
@@ -421,6 +421,8 @@ readProcess cmd args = readCreateProcess $ proc cmd args
 --
 -- >  > readCreateProcess (shell "pwd" { cwd = "/etc/" }) ""
 -- >  "/etc\n"
+--
+-- /Since: 1.2.3.0/
 
 readCreateProcess
     :: CreateProcess
diff --git a/changelog.md b/changelog.md
index cb3a55f..0d46f3b 100644
--- a/changelog.md
+++ b/changelog.md
@@ -5,6 +5,8 @@
   * [Meaningful error message when exe not found on close\_fds is
   True](https://ghc.haskell.org/trac/ghc/ticket/3649#comment:10)
 
+  * New function `readCreateProcess`
+
 ## 1.2.2.0  *Jan 2015*
 
   * Fix delegated CTRL-C handling in `createProcess` in case of failed



More information about the ghc-commits mailing list