Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ghc-conduit-1.3.2-lp152.1.1 RPM for ppc64le

From OpenSuSE Ports Leap 15.2 for ppc64le

Name: ghc-conduit Distribution: openSUSE:Leap:15.2:PowerPC / ports
Version: 1.3.2 Vendor: openSUSE
Release: lp152.1.1 Build date: Fri May 22 01:55:29 2020
Group: Unspecified Build host: obs-power8-05
Size: 1604021 Source RPM: ghc-conduit-1.3.2-lp152.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://hackage.haskell.org/package/conduit
Summary: Streaming data processing library
`conduit` is a solution to the streaming data problem, allowing for production,
transformation, and consumption of streams of data in constant memory.
It is an alternative to lazy I/O which guarantees deterministic resource
handling.

For more information about conduit in general, and how this package in
particular fits into the ecosystem, see [the conduit
homepage](https://github.com/snoyberg/conduit#readme).

Hackage documentation generation is not reliable. For up to date documentation,
please see: <http://www.stackage.org/package/conduit>.

Provides

Requires

License

MIT

Changelog

* Wed May 06 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 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 08 2019 Peter Simons <psimons@suse.com>
  - Drop obsolete group attributes.
* Wed Mar 13 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 2018 psimons@suse.com
  - Update conduit to version 1.3.1.
    [#]# 1.3.1
    * Add `MonadFail` instance for `ConduitT`.
* Wed Jul 18 2018 psimons@suse.com
  - Cosmetic: replace tabs with blanks, strip trailing white space,
    and update copyright headers with spec-cleaner.
* Fri Jul 13 2018 psimons@suse.com
  - Update conduit to version 1.3.0.3.
    [#]# 1.3.0.3
    * Improve fusion framework rewrite rules
* Mon May 14 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 03 2017 psimons@suse.com
  - Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Mon Jun 12 2017 psimons@suse.com
  - Update to version 1.2.11.
* Mon Apr 24 2017 psimons@suse.com
  - Update to version 1.2.10 with cabal2obs.
* Sun Apr 09 2017 psimons@suse.com
  - Update to version 1.2.9.1 with cabal2obs.
* Sun Feb 12 2017 psimons@suse.com
  - Update to version 1.2.9 with cabal2obs.
* Sat Oct 01 2016 psimons@suse.com
  - Update to version 1.2.8 with cabal2obs.
* Wed Aug 17 2016 psimons@suse.com
  - Update to version 1.2.7 revision 0 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
  - Update to version 1.2.6.6 revision 0 with cabal2obs.
* Sat May 07 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 2016 mimi.vx@gmail.com
  - update to 1.2.6.4
    * fix benchmark by adding typesignature
* Mon Mar 07 2016 mimi.vx@gmail.com
  - update to 1.2.6.3
* Mon Feb 15 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 2015 mimi.vx@gmail.com
  - update to 1.2.6.1
* Mon Dec 07 2015 mimi.vx@gmail.com
  - update to 1.2.6
    * sourceToList
    * Canonicalise Monad instances
* Sun Oct 25 2015 mimi.vx@gmail.com
  - update to 1.2.5.1
* Mon Jul 27 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 2015 mimi.vx@gmail.com
  - update to 1.2.4
    * [fuseBothMaybe](https://github.com/snoyberg/conduit/issues/199)
* Sun Feb 01 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.

Files

/usr/lib64/ghc-8.10.1/conduit-1.3.2
/usr/lib64/ghc-8.10.1/conduit-1.3.2/libHSconduit-1.3.2-LE31ibdKny0CWnW18gLkHq-ghc8.10.1.so
/usr/share/licenses/ghc-conduit
/usr/share/licenses/ghc-conduit/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:13:28 2024