Changelog for
ghc-conduit-1.3.4.2-1.1.x86_64.rpm :
* Mon Sep 27 2021 psimonsAATTsuse.com- Update conduit to version 1.3.4.2. [#]# 1.3.4.2
* Fix GHC 9.2 build [#473](https://github.com/snoyberg/conduit/pull/473)
* Tue Mar 02 2021 psimonsAATTsuse.com- Update conduit to version 1.3.4.1. [#]# 1.3.4.1
* Library and tests compile and run with GHC 9.0.1 [#455](https://github.com/snoyberg/conduit/pull/455)
* Thu Dec 17 2020 Ondřej Súkup
- disable %{ix86} build
* Wed Nov 25 2020 psimonsAATTsuse.com- Update conduit to version 1.3.4. [#]# 1.3.4
* Add `foldWhile` [#453](https://github.com/snoyberg/conduit/issues/453) [#456](https://github.com/snoyberg/conduit/pull/456).
* Sat Oct 17 2020 psimonsAATTsuse.com- Update conduit to version 1.3.3. [#]# 1.3.3
* Add `uncons`, `unconsM`, `unconsEither`, `unconsEitherM`.
* Tue Sep 01 2020 psimonsAATTsuse.com- Update conduit to version 1.3.2.1. [#]# 1.3.2.1
* Fix isChunksForExactlyE [#445](https://github.com/snoyberg/conduit/issues/445) [#446](https://github.com/snoyberg/conduit/pull/446)
* Tue Aug 18 2020 Peter Simons - Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 16 2020 Peter Simons - Re-generate file with latest version of spec-cleaner.
* Wed May 06 2020 psimonsAATTsuse.com- Update conduit to version 1.3.2. [#]# 1.3.2
* Add `mapInputM` [#435](https://github.com/snoyberg/conduit/pull/435)
* Tue Dec 17 2019 psimonsAATTsuse.com- Update conduit to version 1.3.1.2. [#]# 1.3.1.2
* More eagerly emit groups in `chunksOf` [#427](https://github.com/snoyberg/conduit/pull/427)
* Fri Nov 08 2019 Peter Simons - Drop obsolete group attributes.
* Wed Mar 13 2019 psimonsAATTsuse.com- Update conduit to version 1.3.1.1. [#] ChangeLog for conduit [#]# 1.3.1.1
* Use lower-case imports (better for cross-compilation) [#408](https://github.com/snoyberg/conduit/pull/408)
* Wed Oct 10 2018 psimonsAATTsuse.com- Update conduit to version 1.3.1. [#]# 1.3.1
* Add `MonadFail` instance for `ConduitT`.
* Wed Jul 18 2018 psimonsAATTsuse.com- Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner.
* Fri Jul 13 2018 psimonsAATTsuse.com- Update conduit to version 1.3.0.3. [#]# 1.3.0.3
* Improve fusion framework rewrite rules
* Mon May 14 2018 psimonsAATTsuse.com- Update conduit to version 1.3.0.2.
* Replace `ReadMode` with `WriteMode` in `withSinkFile`
* Test suite compatibility with GHC 8.4.1 [#358](https://github.com/snoyberg/conduit/issues/358)
* Drop monad-control and exceptions in favor of unliftio
* Drop mmorph dependency
* Deprecate old type synonyms and operators
* Drop finalizers from the library entirely
* Much simpler
* Less guarantees about prompt finalization
* No more `yieldOr`, `addCleanup`
* Replace the `Resumable` types with `SealedConduitT`
* Add the `Conduit` and `Data.Conduit.Combinators` modules, stolen from `conduit-combinators`
* Add `Semigroup` instances [#345](https://github.com/snoyberg/conduit/pull/345)
* Fix `pass` in `ConduitM` `MonadWriter` instance
* Add `exceptC`, `runExceptC` and `catchExceptC` to `Data.Conduit.Lift`