Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:dirkmueller:AL:TW
ghc-conduit
ghc-conduit.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ghc-conduit.changes of Package ghc-conduit
------------------------------------------------------------------- Mon Aug 26 14:58:19 UTC 2024 - Peter Simons <psimons@suse.com> - Update conduit to version 1.3.6. ## 1.3.6 * Avoid dropping upstream items in `mergeSource` [#513](https://github.com/snoyberg/conduit/pull/513) ------------------------------------------------------------------- Mon May 22 15:14:29 UTC 2023 - Peter Simons <psimons@suse.com> - Update conduit to version 1.3.5. ## 1.3.5 * Add `groupOn` ------------------------------------------------------------------- Thu Mar 30 17:06:18 UTC 2023 - Peter Simons <psimons@suse.com> - Updated spec file to conform with ghc-rpm-macros-2.5.2. ------------------------------------------------------------------- Mon Oct 24 07:21:49 UTC 2022 - Peter Simons <psimons@suse.com> - Update conduit to version 1.3.4.3 revision 1. Upstream has revised the Cabal build instructions on Hackage. ------------------------------------------------------------------- Thu Oct 6 07:03:22 UTC 2022 - Peter Simons <psimons@suse.com> - Update conduit to version 1.3.4.3. ## 1.3.4.3 * Fix space leak in `*>` [#496](https://github.com/snoyberg/conduit/issues/496) [#497](https://github.com/snoyberg/conduit/pull/497) ------------------------------------------------------------------- Mon Sep 27 13:52:41 UTC 2021 - psimons@suse.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 2 09:34:53 UTC 2021 - psimons@suse.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 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com> - disable %{ix86} build ------------------------------------------------------------------- Wed Nov 25 16:30:45 UTC 2020 - psimons@suse.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 02:01:33 UTC 2020 - psimons@suse.com - Update conduit to version 1.3.3. ## 1.3.3 * Add `uncons`, `unconsM`, `unconsEither`, `unconsEitherM`. ------------------------------------------------------------------- Tue Sep 1 14:36:17 UTC 2020 - psimons@suse.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 10:44:24 UTC 2020 - Peter Simons <psimons@suse.com> - Replace %setup -q with the more modern %autosetup macro. ------------------------------------------------------------------- Tue Jun 16 11:13:55 UTC 2020 - Peter Simons <psimons@suse.com> - Re-generate file with latest version of spec-cleaner. ------------------------------------------------------------------- Wed May 6 06:54:12 UTC 2020 - psimons@suse.com - Update conduit to version 1.3.2. ## 1.3.2 * Add `mapInputM` [#435](https://github.com/snoyberg/conduit/pull/435) ------------------------------------------------------------------- Tue Dec 17 03:03:25 UTC 2019 - psimons@suse.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 8 16:13:28 UTC 2019 - Peter Simons <psimons@suse.com> - Drop obsolete group attributes. ------------------------------------------------------------------- Wed Mar 13 11:03:19 UTC 2019 - psimons@suse.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 19:24:07 UTC 2018 - psimons@suse.com - Update conduit to version 1.3.1. ## 1.3.1 * Add `MonadFail` instance for `ConduitT`. ------------------------------------------------------------------- Wed Jul 18 14:26:18 UTC 2018 - psimons@suse.com - Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner. ------------------------------------------------------------------- Fri Jul 13 14:32:03 UTC 2018 - psimons@suse.com - Update conduit to version 1.3.0.3. ## 1.3.0.3 * Improve fusion framework rewrite rules ------------------------------------------------------------------- Mon May 14 17:02:11 UTC 2018 - psimons@suse.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` ------------------------------------------------------------------- Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com - Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. ------------------------------------------------------------------- Mon Jun 12 09:41:41 UTC 2017 - psimons@suse.com - Update to version 1.2.11. ------------------------------------------------------------------- Mon Apr 24 12:26:41 UTC 2017 - psimons@suse.com - Update to version 1.2.10 with cabal2obs. ------------------------------------------------------------------- Sun Apr 9 18:08:09 UTC 2017 - psimons@suse.com - Update to version 1.2.9.1 with cabal2obs. ------------------------------------------------------------------- Sun Feb 12 14:16:51 UTC 2017 - psimons@suse.com - Update to version 1.2.9 with cabal2obs. ------------------------------------------------------------------- Sat Oct 1 17:18:07 UTC 2016 - psimons@suse.com - Update to version 1.2.8 with cabal2obs. ------------------------------------------------------------------- Wed Aug 17 18:45:50 UTC 2016 - psimons@suse.com - Update to version 1.2.7 revision 0 with cabal2obs. ------------------------------------------------------------------- Sun Jul 10 17:29:28 UTC 2016 - psimons@suse.com - Update to version 1.2.6.6 revision 0 with cabal2obs. ------------------------------------------------------------------- Sat May 7 06:19:42 UTC 2016 - mimi.vx@gmail.com - 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 ------------------------------------------------------------------- Sat Mar 12 09:24:11 UTC 2016 - mimi.vx@gmail.com - update to 1.2.6.4 * fix benchmark by adding typesignature ------------------------------------------------------------------- Mon Mar 7 09:30:03 UTC 2016 - mimi.vx@gmail.com - update to 1.2.6.3 ------------------------------------------------------------------- Mon Feb 15 19:53:19 UTC 2016 - mimi.vx@gmail.com - update to 1.2.6.2 * resourcet cannot be built with GHC 8 * Remove upper bound on transformers ------------------------------------------------------------------- Thu Dec 31 09:56:45 UTC 2015 - mimi.vx@gmail.com - update to 1.2.6.1 ------------------------------------------------------------------- Mon Dec 7 10:32:58 UTC 2015 - mimi.vx@gmail.com - update to 1.2.6 * sourceToList * Canonicalise Monad instances ------------------------------------------------------------------- Sun Oct 25 07:55:05 UTC 2015 - mimi.vx@gmail.com - update to 1.2.5.1 ------------------------------------------------------------------- Mon Jul 27 07:14:48 UTC 2015 - mimi.vx@gmail.com - update to 1.2.5 * mapAccum and mapAccumM should be strict in their state * Some documentation improvements ------------------------------------------------------------------- Wed Apr 22 08:15:09 UTC 2015 - mimi.vx@gmail.com - update to 1.2.4 * [fuseBothMaybe](https://github.com/snoyberg/conduit/issues/199) ------------------------------------------------------------------- Sun Feb 1 09:11:36 UTC 2015 - mpluskal@suse.com - 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. ------------------------------------------------------------------- Sun Oct 6 19:18:47 UTC 2013 - sbahling@suse.com - Initial package - version 1.0.7.4
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor