From a63f4808b1101e4d10da27537ce2e767e87b0f3b202e8404ffbb4790a438e377 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 15 May 2018 18:23:33 +0000 Subject: [PATCH] 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 --- ghc-conduit-extra.changes | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/ghc-conduit-extra.changes b/ghc-conduit-extra.changes index 70417c3..b174cac 100644 --- a/ghc-conduit-extra.changes +++ b/ghc-conduit-extra.changes @@ -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