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

ghc-mono-traversable-devel-1.0.15.1-lp152.1.6 RPM for ppc64le

From OpenSuSE Ports Leap 15.2 for ppc64le

Name: ghc-mono-traversable-devel Distribution: openSUSE:Leap:15.2:PowerPC / ports
Version: 1.0.15.1 Vendor: openSUSE
Release: lp152.1.6 Build date: Fri May 22 01:47:10 2020
Group: Unspecified Build host: obs-power8-02
Size: 25050501 Source RPM: ghc-mono-traversable-1.0.15.1-lp152.1.6.src.rpm
Packager: https://bugs.opensuse.org
Url: https://hackage.haskell.org/package/mono-traversable
Summary: Haskell mono-traversable library development files
This package provides the Haskell mono-traversable library development
files.

Provides

Requires

License

MIT

Changelog

* Sun Dec 29 2019 psimons@suse.com
  - Update mono-traversable to version 1.0.15.1.
    [#] ChangeLog for mono-traversable
    [#]# 1.0.15.1
    * Remove whitespace after `@` in as-patterns for GHC HEAD [#186](https://github.com/snoyberg/mono-traversable/pull/186)
    [#]# 1.0.15.0
    * Added `toNonEmpty` to `Data.NonNull`
      [#185](https://github.com/snoyberg/mono-traversable/pull/185)
    [#]# 1.0.14.0
    * Added `WrappedMono` to `Data.MonoTraversable`
      [#182](https://github.com/snoyberg/mono-traversable/pull/182)
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
  - Drop obsolete group attributes.
* Fri Oct 04 2019 psimons@suse.com
  - Update mono-traversable to version 1.0.13.0.
    [#]# 1.0.13.0
    * Added `WrappedPoly` to `Data.MonoTraversable`
      [#180](https://github.com/snoyberg/mono-traversable/pull/180)
* Thu Aug 15 2019 psimons@suse.com
  - Update mono-traversable to version 1.0.12.0.
    [#]# 1.0.12.0
    * Added `filterSet` to `Data.Containers`
    * Use container specific implementations for `filterSet` and `filterMap`
      [#178](https://github.com/snoyberg/mono-traversable/pull/178)
* Sun Feb 03 2019 psimons@suse.com
  - Update mono-traversable to version 1.0.11.0.
    [#]# 1.0.11.0
    * Adding monomorphic instances for GHC.Generics and Data.Proxy types
      [#175](https://github.com/snoyberg/mono-traversable/issues/175)
* Fri Dec 21 2018 psimons@suse.com
  - Update mono-traversable to version 1.0.10.0.
    [#]# 1.0.10.0
    * Make index work on negative indices
      [#172](https://github.com/snoyberg/mono-traversable/issues/172)
      [#114](https://github.com/snoyberg/mono-traversable/issues/114)
* Sat Oct 20 2018 Peter Simons <psimons@suse.com>
  - Use https URL to refer to bugs.opensuse.org.
* Thu Aug 02 2018 psimons@suse.com
  - Update mono-traversable to version 1.0.9.0.
    [#]# 1.0.9.0
    * Added `filterMap` to `Data.Containers`
      [#167](https://github.com/snoyberg/mono-traversable/pull/167)
* Wed Jul 18 2018 psimons@suse.com
  - Cosmetic: replace tabs with blanks, strip trailing white space,
    and update copyright headers with spec-cleaner.
* Mon May 14 2018 psimons@suse.com
  - Update mono-traversable to version 1.0.8.1.
    * Compat with gauge 0.1 and 0.2
    * Switch to gauge
    * Relax constraint on `singleton` to `MonoPointed`
      [#156](https://github.com/snoyberg/mono-traversable/issues/156)
    * Add `dropPrefix` and `dropSuffix` to `Data.Sequences` [#139](https://github.com/snoyberg/mono-traversable/issues/139)
    * Change `sort` implementation [#153](https://github.com/snoyberg/mono-traversable/issues/153)
    * Add `mapNonNull` function to `Data.NonNull` [#150](https://github.com/snoyberg/mono-traversable/issues/150)
    * Move `oelem` and `onotElem` into the `MonoFoldable` class [#133](https://github.com/snoyberg/mono-traversable/issues/133)
    * Change `instance MonoFoldable (Set e)` to `instance Ord e => MonoFoldable (Set e)`
    * Add `dropEnd` function to the `IsSequence` class, and a specialized implementation for `Text`
    * Add `ensurePrefix` and `ensureSuffix` functions [#141](https://github.com/snoyberg/mono-traversable/pull/141)
    * Fix test suite for foldl 1.3
* Tue Mar 07 2017 psimons@suse.com
  - Update to version 1.0.2 with cabal2obs.
* Mon Feb 27 2017 psimons@suse.com
  - Update to version 1.0.1.3 with cabal2obs.
* Mon Feb 20 2017 psimons@suse.com
  - Update to version 1.0.1.2 with cabal2obs.
* Thu Jan 26 2017 psimons@suse.com
  - Update to version 1.0.1.1 with cabal2obs.
* Mon Jan 16 2017 psimons@suse.com
  - Update to version 1.0.1 revision 1 with cabal2obs.
* Mon Sep 26 2016 psimons@suse.com
  - Update to version 1.0.1 with cabal2obs.
* Thu Sep 15 2016 psimons@suse.com
  - Update to version 1.0.0.1 revision 1 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
  - Update to version 0.10.2 revision 0 with cabal2obs.
* Wed Apr 13 2016 mimi.vx@gmail.com
  - update to 0.10.2
    * Add delete and deleteBy methods to EqSequence
* Tue Feb 16 2016 mimi.vx@gmail.com
  - update to 0.10.1.1
    * Remove unneeded INLINEs
* Tue Jan 26 2016 mimi.vx@gmail.com
  - update to 0.10.1
    * Allow comonad-5
* Tue Dec 15 2015 mimi.vx@gmail.com
  - update to 0.10.0.1
    * Remove Functor instance for MinLen
    * Instance for Data.Sequence.Seq is incorrect.
* Tue Nov 17 2015 mimi.vx@gmail.com
  - initial commit

Files

/usr/lib64/ghc-8.10.1/mono-traversable-1.0.15.1/Data
/usr/lib64/ghc-8.10.1/mono-traversable-1.0.15.1/Data/Containers.dyn_hi
/usr/lib64/ghc-8.10.1/mono-traversable-1.0.15.1/Data/Containers.hi
/usr/lib64/ghc-8.10.1/mono-traversable-1.0.15.1/Data/Containers.p_hi
/usr/lib64/ghc-8.10.1/mono-traversable-1.0.15.1/Data/MonoTraversable
/usr/lib64/ghc-8.10.1/mono-traversable-1.0.15.1/Data/MonoTraversable.dyn_hi
/usr/lib64/ghc-8.10.1/mono-traversable-1.0.15.1/Data/MonoTraversable.hi
/usr/lib64/ghc-8.10.1/mono-traversable-1.0.15.1/Data/MonoTraversable.p_hi
/usr/lib64/ghc-8.10.1/mono-traversable-1.0.15.1/Data/MonoTraversable/Unprefixed.dyn_hi
/usr/lib64/ghc-8.10.1/mono-traversable-1.0.15.1/Data/MonoTraversable/Unprefixed.hi
/usr/lib64/ghc-8.10.1/mono-traversable-1.0.15.1/Data/MonoTraversable/Unprefixed.p_hi
/usr/lib64/ghc-8.10.1/mono-traversable-1.0.15.1/Data/NonNull.dyn_hi
/usr/lib64/ghc-8.10.1/mono-traversable-1.0.15.1/Data/NonNull.hi
/usr/lib64/ghc-8.10.1/mono-traversable-1.0.15.1/Data/NonNull.p_hi
/usr/lib64/ghc-8.10.1/mono-traversable-1.0.15.1/Data/Sequences.dyn_hi
/usr/lib64/ghc-8.10.1/mono-traversable-1.0.15.1/Data/Sequences.hi
/usr/lib64/ghc-8.10.1/mono-traversable-1.0.15.1/Data/Sequences.p_hi
/usr/lib64/ghc-8.10.1/mono-traversable-1.0.15.1/Paths_mono_traversable.dyn_hi
/usr/lib64/ghc-8.10.1/mono-traversable-1.0.15.1/Paths_mono_traversable.hi
/usr/lib64/ghc-8.10.1/mono-traversable-1.0.15.1/Paths_mono_traversable.p_hi
/usr/lib64/ghc-8.10.1/mono-traversable-1.0.15.1/libHSmono-traversable-1.0.15.1-1BOzrj5w8PJ6j4YeLrtmPJ.a
/usr/lib64/ghc-8.10.1/mono-traversable-1.0.15.1/libHSmono-traversable-1.0.15.1-1BOzrj5w8PJ6j4YeLrtmPJ_p.a
/usr/lib64/ghc-8.10.1/package.conf.d/mono-traversable-1.0.15.1.conf
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/Data-Containers.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/Data-MonoTraversable-Unprefixed.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/Data-MonoTraversable.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/Data-NonNull.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/Data-Sequences.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/doc-index-60.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/doc-index-A.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/doc-index-All.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/doc-index-B.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/doc-index-C.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/doc-index-D.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/doc-index-E.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/doc-index-F.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/doc-index-G.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/doc-index-H.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/doc-index-I.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/doc-index-K.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/doc-index-L.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/doc-index-M.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/doc-index-N.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/doc-index-O.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/doc-index-P.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/doc-index-R.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/doc-index-S.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/doc-index-T.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/doc-index-U.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/doc-index-V.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/doc-index-W.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/doc-index.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/haddock-bundle.min.js
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/index.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/linuwial.css
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/meta.json
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/mono-traversable.haddock
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/mono-traversable.txt
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/quick-jump.css
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/src
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/src/Data.Containers.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/src/Data.MonoTraversable.Unprefixed.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/src/Data.MonoTraversable.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/src/Data.NonNull.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/src/Data.Sequences.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/src/Paths_mono_traversable.html
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/src/highlight.js
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/src/style.css
/usr/share/doc/ghc-8.10.1/html/libraries/mono-traversable-1.0.15.1/synopsis.png
/usr/share/doc/packages/ghc-mono-traversable-devel
/usr/share/doc/packages/ghc-mono-traversable-devel/ChangeLog.md
/usr/share/doc/packages/ghc-mono-traversable-devel/README.md


Generated by rpm2html 1.8.1

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