[commit: packages/process] master: Merge pull request #47 from haskell/less-cpp (e5a7ee3)
git at git.haskell.org
git at git.haskell.org
Tue Dec 15 13:35:01 UTC 2015
Repository : ssh://git@git.haskell.org/process
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e5a7ee3189028d12a57391388184f20d0d257c08/process
>---------------------------------------------------------------
commit e5a7ee3189028d12a57391388184f20d0d257c08
Merge: 7428b61 9dae7ad
Author: Michael Snoyman <michael at snoyman.com>
Date: Tue Nov 17 05:28:35 2015 +0200
Merge pull request #47 from haskell/less-cpp
Use less CPP
>---------------------------------------------------------------
e5a7ee3189028d12a57391388184f20d0d257c08
.gitignore | 1 +
.travis.yml | 2 +-
README.md | 2 +-
System/Process.hsc | 100 +------
System/Process/Common.hs | 215 ++++++++++++++
System/Process/Internals.hs | 695 +++-----------------------------------------
System/Process/Posix.hs | 291 +++++++++++++++++++
System/Process/Windows.hsc | 283 ++++++++++++++++++
appveyor.yml | 20 ++
process.cabal | 18 +-
10 files changed, 867 insertions(+), 760 deletions(-)
More information about the ghc-commits
mailing list