osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-conduit-extra revision:3, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-conduit-extra?expand=0&rev=45
This commit is contained in:
Peter Simons 2018-05-15 18:23:33 +00:00 committed by Git OBS Bridge
parent e5536cf620
commit a63f4808b1

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
- Update conduit-extra to version 1.3.0.
* Switch over to unliftio
* Upgrade to conduit 1.3.0
* Fix withSinkFileBuilder [#344](https://github.com/snoyberg/conduit/pull/344)
* Fix typo in implementation of `withProcess_`
* Added `withLoggedProcess_`
* Add missing `hClose` to `withSinkFileCautious`
* `sinkHandleBuilder`, `sinkHandleFlush`, `BuilderInput`, and `FlushInput`
[#336](https://github.com/snoyberg/conduit/pull/336)
* `withSinkFileCautious`
* `Data.Conduit.Process.Typed`
* `withSourceFile`, `withSinkFile`, and `withSinkFileBuilder`
* Added the `posOffset` field to the
`Data.Conduit.Attoparsec.Position` data type
[#331](https://github.com/snoyberg/conduit/issues/331).
* Speed up `sinkHandle` by not flushing after every output operation.
[#322](https://github.com/snoyberg/conduit/issues/322)
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com