[commit: packages/process] less-cpp, master: Refactor .Internals into .Common, .Windows, and .Posix (tested only on Windows) (78b807a)

git at git.haskell.org git at git.haskell.org
Tue Dec 15 13:34:20 UTC 2015


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

On branches: less-cpp,master
Link       : http://ghc.haskell.org/trac/ghc/changeset/78b807a7574eada97d4126099ddfd2c42dfabd8a/process

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

commit 78b807a7574eada97d4126099ddfd2c42dfabd8a
Author: Michael Snoyman <michael at snoyman.com>
Date:   Mon Nov 2 08:12:16 2015 -0800

    Refactor .Internals into .Common, .Windows, and .Posix (tested only on Windows)


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

78b807a7574eada97d4126099ddfd2c42dfabd8a
 System/Process/Common.hs    | 201 ++++++++++++++
 System/Process/Internals.hs | 651 +-------------------------------------------
 System/Process/Posix.hs     | 276 +++++++++++++++++++
 System/Process/Windows.hs   | 244 +++++++++++++++++
 process.cabal               |   6 +
 5 files changed, 741 insertions(+), 637 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 78b807a7574eada97d4126099ddfd2c42dfabd8a


More information about the ghc-commits mailing list