Commits on Source (222)
Showing
- .github/workflows/tests.yml 134 additions, 0 deletions.github/workflows/tests.yml
- .gitignore 10 additions, 6 deletions.gitignore
- .travis.yml 0 additions, 210 deletions.travis.yml
- README.md 1 addition, 1 deletionREADME.md
- Setup.hs 6 additions, 0 deletionsSetup.hs
- System/Process.hs 148 additions, 45 deletionsSystem/Process.hs
- System/Process/Common.hs 59 additions, 23 deletionsSystem/Process/Common.hs
- System/Process/CommunicationHandle.hs 155 additions, 0 deletionsSystem/Process/CommunicationHandle.hs
- System/Process/CommunicationHandle/Internal.hsc 311 additions, 0 deletionsSystem/Process/CommunicationHandle/Internal.hsc
- System/Process/Environment/OsString.hs 41 additions, 0 deletionsSystem/Process/Environment/OsString.hs
- System/Process/Internals.hs 73 additions, 6 deletionsSystem/Process/Internals.hs
- System/Process/JavaScript.hs 308 additions, 0 deletionsSystem/Process/JavaScript.hs
- System/Process/Posix.hs 41 additions, 8 deletionsSystem/Process/Posix.hs
- System/Process/Windows.hsc 140 additions, 26 deletionsSystem/Process/Windows.hsc
- aclocal.m4 2 additions, 3 deletionsaclocal.m4
- appveyor.yml 0 additions, 35 deletionsappveyor.yml
- cabal.project 1 addition, 0 deletionscabal.project
- cbits/posix/common.h 54 additions, 0 deletionscbits/posix/common.h
- cbits/posix/find_executable.c 149 additions, 0 deletionscbits/posix/find_executable.c
- cbits/posix/fork_exec.c 356 additions, 0 deletionscbits/posix/fork_exec.c
.github/workflows/tests.yml
0 → 100644
.travis.yml
deleted
100644 → 0
System/Process/CommunicationHandle.hs
0 → 100644
System/Process/Environment/OsString.hs
0 → 100644
System/Process/JavaScript.hs
0 → 100644
appveyor.yml
deleted
100644 → 0
cabal.project
0 → 100644
cbits/posix/common.h
0 → 100644
cbits/posix/find_executable.c
0 → 100644
cbits/posix/fork_exec.c
0 → 100644