AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update conduit to version 1.3.5. [#]# 1.3.5 * Add `groupOn` [#]# 1.3.4.3 * Fix space leak in `*>` [#496](https://github.com/snoyberg/conduit/issues/496) [#497](https://github.com/snoyberg/conduit/pull/497)
- disable %{ix86} build
- Replace %setup -q with the more modern %autosetup macro.
- Re-generate file with latest version of spec-cleaner.
- Drop obsolete group attributes.
- 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)
- 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)
- disable %{ix86} build
- 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).
- Update conduit to version 1.3.3. [#]# 1.3.3 * Add `uncons`, `unconsM`, `unconsEither`, `unconsEitherM`.
- 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)
- Replace %setup -q with the more modern %autosetup macro.
- Re-generate file with latest version of spec-cleaner.
- Update conduit to version 1.3.2. [#]# 1.3.2 * Add `mapInputM` [#435](https://github.com/snoyberg/conduit/pull/435)
- 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)
- Drop obsolete group attributes.
- 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)
- Update conduit to version 1.3.1. [#]# 1.3.1 * Add `MonadFail` instance for `ConduitT`.
- Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner.
- Update conduit to version 1.3.0.3. [#]# 1.3.0.3 * Improve fusion framework rewrite rules
- 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`
- Update to version 1.2.7 revision 0 with cabal2obs.
- Update to version 1.2.6.6 revision 0 with cabal2obs.
- update to 1.2.6.6 * Fix test suite compilation on older GHCs * In zipConduitApp, left bias not respected mixing monadic and non-monadic conduits
- update to 1.2.6.4 * fix benchmark by adding typesignature
- update to 1.2.6.3
- update to 1.2.6.2 * resourcet cannot be built with GHC 8 * Remove upper bound on transformers
- update to 1.2.6.1
- update to 1.2.6 * sourceToList * Canonicalise Monad instances
- update to 1.2.5.1
- update to 1.2.5 * mapAccum and mapAccumM should be strict in their state * Some documentation improvements
- update to 1.2.4 * [fuseBothMaybe](https://github.com/snoyberg/conduit/issues/199)
- Update to 1.2.3.1: + Refactoring into conduit and conduit-extra packages. Core functionality is now in conduit, whereas most common helper modules (including Text, Binary, Zlib, etc) are in conduit-extra. To upgrade to this version, there should only be import list and conduit file changes necessary. + Two performance optimizations added. (1) A stream fusion framework. This is a non-breaking change. (2) Codensity transform applied to the `ConduitM` datatype. This only affects users importing the `.Internal` module. Both changes are thoroughly described in the following to blog posts: [Speeding up conduit](https://www.fpcomplete.com/blog/2014/08/iap-speeding-up-conduit), and [conduit stream fusion](https://www.fpcomplete.com/blog/2014/08/conduit-stream-fusion). + Lots more stream fusion. + Expose `connect` and `fuse` as synonyms for `$$` and `=$=`, respectively.
- Initial package - version 1.0.7.4
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
- Update to version 1.2.11.
- Update to version 1.2.10 with cabal2obs.
- Update to version 1.2.9.1 with cabal2obs.
- Update to version 1.2.9 with cabal2obs.
- Update to version 1.2.8 with cabal2obs.