| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Drop obsolete group attributes.
- Update typed-process to version 0.2.6.0.
[#]# Unreleased
* The cleanup thread applies an `unmask` to the actions which wait for a
process to exit, allowing the action to be interruptible.
- Update typed-process to version 0.2.5.0.
[#] ChangeLog for typed-process
[#]# 0.2.5.0
* Add a `nullStream` [#24](https://github.com/fpco/typed-process/pull/24)
* Add `withProcessWait`, `withProcessWait_`, `withProcessTerm`, and `withProcessTerm_`
[#25](https://github.com/fpco/typed-process/issues/25)
- Update typed-process to version 0.2.4.1. [#]# 0.2.4.1 * Fix a `Handle` leak in `withProcessInterleave` and its derivatives.
- Update typed-process to version 0.2.12.0.
[#]# 0.2.12.0
* Add `getPid`, `exitCodeExceptionWithOutput`,
`exitCodeExceptionNoOutput`,
* Re-export `System.Process.Pid`
* Thanks to Rebecca Turner @9999years
- Update typed-process to version 0.2.11.1. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/typed-process-0.2.11.1/src/ChangeLog.md
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
- Update typed-process to version 0.2.11.0. [#]# 0.2.11.0 * Expose `System.Process.Typed.Internal`
- Update typed-process to version 0.2.10.1. [#]# 0.2.10.0 * Add `mkPipeStreamSpec` [#]# 0.2.9.0 * Re-export `StdStream`
- disable %{ix86} build
- Update typed-process to version 0.2.4.0.
[#]# 0.2.4.0
* Add `readProcessInterleaved` and `readProcessInterleaved_` to support
capturing output from stdout and stderr in a single ByteString value.
- Use https URL to refer to bugs.opensuse.org.
- Update typed-process to version 0.2.3.0. [#]# 0.2.3.0 * Add support for the single-threaded runtime via polling
- Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner.
- Update typed-process to version 0.2.2.0.
* Add inherit versions of setter functions
* Add `readProcessStdout`, `readProcessStdout_`, `readProcessStderr`, and `readProcessStderr_`
* Do not show modified environment information in exceptions
* Remove dependency on `conduit` and `conduit-extra`. Relevant code added to
`Data.Conduit.Process.Typed` in `conduit-extra-1.2.1`.
* Introduce 'unsafeProcessHandle' function
* Fix bug in `waitForProcess` that caused exit code to be lost
* Minor doc improvements
- Update typed-process to version 0.2.11.1. [#]# 0.2.11.1 * No user-visible changes [#]# 0.2.11.0 * Expose more from `System.Process.Typed.Internal`
- Update typed-process to version 0.2.10.1. [#]# 0.2.10.0 * Add `mkPipeStreamSpec` [#]# 0.2.9.0 * Re-export `StdStream`
- Update typed-process to version 0.2.8.0. [#]# 0.2.8.0 * Re-export `ExitCode`, `ExitSuccess` and `ExitFailure`.
- disable %{ix86} build
- Replace %setup -q with the more modern %autosetup macro.
- Re-generate file with latest version of spec-cleaner.
- Drop obsolete group attributes.
- Use https URL to refer to bugs.opensuse.org.
- Improve package description.
- Update to version 0.1.0.0 with cabal2obs.