Changelog for
ghc-conduit-extra-devel-1.3.0-1.3.x86_64.rpm :
Wed Jul 18 14:00:00 2018 psimonsAATTsuse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
Mon May 14 14:00:00 2018 psimonsAATTsuse.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 14:00:00 2017 psimonsAATTsuse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
Mon May 22 14:00:00 2017 psimonsAATTsuse.com
- Update to version 1.1.16 with cabal2obs.
Mon Mar 27 14:00:00 2017 psimonsAATTsuse.com
- Update to version 1.1.15 revision 1 with cabal2obs.
Mon Nov 14 13:00:00 2016 psimonsAATTsuse.com
- Update to version 1.1.15 with cabal2obs.
Mon Sep 26 14:00:00 2016 psimonsAATTsuse.com
- Update to version 1.1.13.3 with cabal2obs.
Sun Jul 17 14:00:00 2016 psimonsAATTsuse.com
- Update to version 1.1.13.2 revision 0 with cabal2obs.
Sun Jul 10 14:00:00 2016 mimi.vxAATTgmail.com
- update to 1.1.13.2
* Fix alignment issues on non-X86 archs
Sun Apr 3 14:00:00 2016 mimi.vxAATTgmail.com
- update to 1.1.13.1
* Add sinkStorable and sinkStorableEx
Thu Mar 31 14:00:00 2016 mimi.vxAATTgmail.com
- update to 1.1.12.1
* Add sourceProcessWithStreams
* Fix accidentally breaking change in sourceProcessWithConsumer type signature
Mon Mar 7 13:00:00 2016 mimi.vxAATTgmail.com
- update to 1.1.11
* withCheckedProcessCleanup
Wed Feb 17 13:00:00 2016 mimi.vxAATTgmail.com
- update to 1.1.10.1
* multiple combinator for Data.Conduit.Zlib
Mon Feb 15 13:00:00 2016 mimi.vxAATTgmail.com
- update to 1.1.9.3
Mon Dec 7 13:00:00 2015 mimi.vxAATTgmail.com
- update to 1.1.9.2
Mon Jul 27 14:00:00 2015 mimi.vxAATTgmail.com
- update to 1.1.9.1
Sun May 31 14:00:00 2015 mimi.vxAATTgmail.com
- update to 1.1.9
* detectUtf
Sun May 17 14:00:00 2015 mimi.vxAATTgmail.com
- update to 1.1.8
* Adding buffer size to sourceHandleRange [#213](https://github.com/snoyberg/conduit/pull/213)
* Make Binary.lines O(n) instead of O(n^2) [#209](https://github.com/snoyberg/conduit/pull/209)
Wed Apr 22 14:00:00 2015 mimi.vxAATTgmail.com
- initial commit