Package Release Info

ghc-typed-process-0.2.4.0-bp151.1.10

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-typed-process
ghc-typed-process-devel

Change Logs

* Thu Jan 17 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 2018 Peter Simons <psimons@suse.com>
- Use https URL to refer to bugs.opensuse.org.
* Fri Aug 17 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 2018 psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
  and update copyright headers with spec-cleaner.
* Mon May 14 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
Version: 0.2.10.1-150500.1.1
* Fri Jun 03 2022 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 2021 psimons@suse.com
- Update typed-process to version 0.2.8.0.
  [#]# 0.2.8.0
  * Re-export `ExitCode`, `ExitSuccess` and `ExitFailure`.
* Thu Dec 17 2020 mimi.vx@gmail.com
- disable %{ix86} build
* Tue Aug 18 2020 psimons@suse.com
- Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 16 2020 psimons@suse.com
- Re-generate file with latest version of spec-cleaner.
* Fri Nov 08 2019 psimons@suse.com
- Drop obsolete group attributes.
Version: 0.1.0.0-bp150.2.3
* Fri Mar 31 2017 psimons@suse.com
- Improve package description.
* Sun Feb 05 2017 psimons@suse.com
- Update to version 0.1.0.0 with cabal2obs.