OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-typed-process?expand=0&rev=68
194 lines
6.4 KiB
Plaintext
194 lines
6.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Apr 12 12:28:58 UTC 2025 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update typed-process to version 0.2.13.0.
|
|
## 0.2.13.0
|
|
|
|
* Format stdout and stderr in `ExitCodeException` assuming they are in
|
|
UTF-8. See [#87](https://github.com/fpco/typed-process/pull/87).
|
|
Thanks to @9999years for the legwork on this change.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 21 09:33:46 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 8 09:01:29 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 30 17:08:45 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 26 16:04:35 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update typed-process to version 0.2.11.0.
|
|
## 0.2.11.0
|
|
|
|
* Expose `System.Process.Typed.Internal`
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 3 10:42:56 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update typed-process to version 0.2.10.1.
|
|
## 0.2.10.0
|
|
|
|
* Add `mkPipeStreamSpec`
|
|
|
|
## 0.2.9.0
|
|
|
|
* Re-export `StdStream`
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 27 17:31:10 UTC 2021 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update typed-process to version 0.2.8.0.
|
|
## 0.2.8.0
|
|
|
|
* Re-export `ExitCode`, `ExitSuccess` and `ExitFailure`.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 1 08:27:04 UTC 2021 - psimons@suse.com
|
|
|
|
- Update typed-process to version 0.2.7.0.
|
|
## 0.2.7.0
|
|
|
|
* Include empty argument in the show instance.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 7 07:58:33 UTC 2021 - psimons@suse.com
|
|
|
|
- Update typed-process to version 0.2.6.3.
|
|
## 0.2.6.3
|
|
|
|
* Doc improvements
|
|
|
|
## 0.2.6.2
|
|
|
|
* Doc improvements
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 13 09:51:00 UTC 2021 - psimons@suse.com
|
|
|
|
- Update typed-process to version 0.2.6.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.6.1/src/ChangeLog.md
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- disable %{ix86} build
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 18 10:46:24 UTC 2020 - Peter Simons <psimons@suse.com>
|
|
|
|
- Replace %setup -q with the more modern %autosetup macro.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 16 11:14:45 UTC 2020 - Peter Simons <psimons@suse.com>
|
|
|
|
- Re-generate file with latest version of spec-cleaner.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 8 16:15:05 UTC 2019 - Peter Simons <psimons@suse.com>
|
|
|
|
- Drop obsolete group attributes.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 4 02:03:36 UTC 2019 - psimons@suse.com
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 27 02:02:48 UTC 2019 - psimons@suse.com
|
|
|
|
- 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)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 8 02:02:43 UTC 2019 - psimons@suse.com
|
|
|
|
- Update typed-process to version 0.2.4.1.
|
|
## 0.2.4.1
|
|
|
|
* Fix a `Handle` leak in `withProcessInterleave` and its derivatives.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 17 03:03:32 UTC 2019 - psimons@suse.com
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 20 11:32:10 UTC 2018 - Peter Simons <psimons@suse.com>
|
|
|
|
- Use https URL to refer to bugs.opensuse.org.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 17 09:43:26 UTC 2018 - psimons@suse.com
|
|
|
|
- Update typed-process to version 0.2.3.0.
|
|
## 0.2.3.0
|
|
|
|
* Add support for the single-threaded runtime via polling
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 18 14:26:46 UTC 2018 - psimons@suse.com
|
|
|
|
- Cosmetic: replace tabs with blanks, strip trailing white space,
|
|
and update copyright headers with spec-cleaner.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 31 14:57:25 UTC 2017 - psimons@suse.com
|
|
|
|
- Improve package description.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 5 19:32:07 UTC 2017 - psimons@suse.com
|
|
|
|
- Update to version 0.1.0.0 with cabal2obs.
|