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

ghc-profunctors-devel-5.5.2-lp152.1.2 RPM for aarch64

From OpenSuSE Ports Leap 15.2 for aarch64

Name: ghc-profunctors-devel Distribution: openSUSE Leap 15.2
Version: 5.5.2 Vendor: openSUSE
Release: lp152.1.2 Build date: Fri May 22 00:15:07 2020
Group: Unspecified Build host: obs-arm-8
Size: 13642440 Source RPM: ghc-profunctors-5.5.2-lp152.1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://hackage.haskell.org/package/profunctors
Summary: Haskell profunctors library development files
This package provides the Haskell profunctors library development files.

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Feb 27 2020 psimons@suse.com
  - Update profunctors to version 5.5.2.
    5.5.2 [2020.02.13]
    - -----------------
    * Add `Cochoice`, `Costrong`, `Closed`, `Traversing`, and `Mapping` instances
      for `Cayley`.
    * Add `Mapping` and `Traversing` instances for `Tannen`.
* Wed Nov 27 2019 psimons@suse.com
  - Update profunctors to version 5.5.1.
    5.5.1 [2019.11.26]
    - -----------------
    * Add `Choice`, `Cochoice`, `Closed`, `Strong`, and `Costrong` instances for
      `Data.Bifunctor.Sum`.
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
  - Drop obsolete group attributes.
* Sat Sep 07 2019 psimons@suse.com
  - Update profunctors to version 5.5.
    5.5 [2019.09.06]
    - ---------------
    * Change the type of `roam` to make it actually useful.
    * Add a `Cochoice` instance for `Forget`.
* Sat May 11 2019 psimons@suse.com
  - Update profunctors to version 5.4.
    5.4 [2019.05.10]
    - ---------------
    * Add `wander`-like combinator `roam` to `Mapping`.
    * Remove illegal `instance Choice (Costar w)`.
    * Add `strong` combinator #62.
    * Only depend on `semigroups` before GHC 8.0.
    * Add `Contravariant` instances for `Star` and `Forget`.
* Sat Oct 20 2018 Peter Simons <psimons@suse.com>
  - Use https URL to refer to bugs.opensuse.org.
* 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 profunctors to version 5.3.
    5.3 [2018.07.02]
    - ---------------
    * Generalize the types of `(#.)` and `(.#)`. Before, they were:
      ```haskell
      (#.) :: (Profunctor p, Coercible c b) => (b -> c) -> p a b    -> p a c
      (.#) :: (Profunctor p, Coercible b a) => p b c    -> (a -> b) -> p a c
      ```
      Now, they are:
      ```haskell
      (#.) :: (Profunctor p, Coercible c b) => q b c    -> p a b    -> p a c
      (.#) :: (Profunctor p, Coercible b a) => p b c    -> q a b    -> p a c
      ```
    * Drop support for GHC < 7.8.
    * Add a `Profunctor` instance for `Data.Bifunctor.Sum`.
* Mon May 14 2018 psimons@suse.com
  - Update profunctors to version 5.2.2 revision 1.
    * Add `Semigroup` instances for `Closure` and `Tambara`
    * Allow `base-orphans-0.6`.
    * Add `Traversing` instance for `Forget`
    * Add `Traversing` and `Mapping` instances for `Procompose`
    * Add `Category` instance for `Star`
    * Add `mapCayley` to `Data.Profunctor.Cayley`
    * Add `pastro` and `unpastro` to `Data.Profunctor.Strong`.
    * Add `dimapWandering`, `lmapWandering`, and `rmapWandering` to `Data.Profunctor.Traversing`
    * Add documentation stating the laws for various profunctors.
    * Introduce the `Data.Profunctor.Yoneda` module.
* Wed Apr 19 2017 psimons@suse.com
  - Update to version 5.2 revision 1 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
  - Update to version 5.2 revision 0 with cabal2obs.
* Wed Jan 20 2016 mimi.vx@gmail.com
  - update to 5.2
    * Renamed Cotambara to TambaraChoice and Pastro to PastroChoice.
    * Added a true Cotambara and Copastro construction for (co)freely generating
      costrength, along with CotambaraSum and CopastroSum variants.
    * Engaged in a fair bit of bikeshedding about the module structure for lesser used
      modules in this package.
* Mon Dec 07 2015 mimi.vx@gmail.com
  - update to 5.1.2
    * Added Prep and Coprep along with witnesses to the adjunctions
    Prep -| Star : [Hask,Hask] -> Prof and Coprep -| Costar : [Hask,Hask]^op -> Prof.
* Thu Aug 06 2015 mimi.vx@gmail.com
  - update to 5.1.1
    * Add proper support for GHC 7.0+.
    * instance Costrong (Cokleisli f).
    * instance Cochoice (Star f).
    * Changed the instance for Cochoice (Costar f).
    * MINIMAL pragma for Costrong and Cochoice.
    * More Costrong and Cochoice instances.
    * UpStar and DownStar have become Star and Costar. Star is analogous to Kleisli,
    Costar is analogous to Cokleisli.
    * Split representability into sieves and representability.
    * Moved Data.Profunctor.Collage to semigroupoids 5, and removed the semigroupoids
    dependency.
* Sun Apr 26 2015 mimi.vx@gmail.com
  - initial commit

Files

/usr/lib64/ghc-8.10.1/package.conf.d/profunctors-5.5.2.conf
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor.dyn_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor.hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor.p_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Adjunction.dyn_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Adjunction.hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Adjunction.p_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Cayley.dyn_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Cayley.hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Cayley.p_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Choice.dyn_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Choice.hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Choice.p_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Closed.dyn_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Closed.hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Closed.p_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Composition.dyn_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Composition.hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Composition.p_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Mapping.dyn_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Mapping.hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Mapping.p_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Monad.dyn_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Monad.hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Monad.p_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Ran.dyn_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Ran.hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Ran.p_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Rep.dyn_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Rep.hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Rep.p_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Sieve.dyn_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Sieve.hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Sieve.p_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Strong.dyn_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Strong.hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Strong.p_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Traversing.dyn_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Traversing.hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Traversing.p_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Types.dyn_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Types.hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Types.p_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Unsafe.dyn_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Unsafe.hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Unsafe.p_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Yoneda.dyn_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Yoneda.hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/Data/Profunctor/Yoneda.p_hi
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/libHSprofunctors-5.5.2-HAOKfAola6gIRraAI1b2Fz.a
/usr/lib64/ghc-8.10.1/profunctors-5.5.2/libHSprofunctors-5.5.2-HAOKfAola6gIRraAI1b2Fz_p.a
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/Data-Profunctor-Adjunction.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/Data-Profunctor-Cayley.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/Data-Profunctor-Choice.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/Data-Profunctor-Closed.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/Data-Profunctor-Composition.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/Data-Profunctor-Mapping.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/Data-Profunctor-Monad.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/Data-Profunctor-Ran.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/Data-Profunctor-Rep.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/Data-Profunctor-Sieve.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/Data-Profunctor-Strong.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/Data-Profunctor-Traversing.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/Data-Profunctor-Types.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/Data-Profunctor-Unsafe.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/Data-Profunctor-Yoneda.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/Data-Profunctor.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/doc-index-35.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/doc-index-46.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/doc-index-58.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/doc-index-A.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/doc-index-All.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/doc-index-C.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/doc-index-D.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/doc-index-E.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/doc-index-F.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/doc-index-I.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/doc-index-J.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/doc-index-K.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/doc-index-L.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/doc-index-M.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/doc-index-P.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/doc-index-R.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/doc-index-S.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/doc-index-T.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/doc-index-U.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/doc-index-W.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/doc-index-Y.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/doc-index.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/haddock-bundle.min.js
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/index.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/linuwial.css
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/meta.json
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/profunctors.haddock
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/profunctors.txt
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/quick-jump.css
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/src
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/src/Data.Profunctor.Adjunction.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/src/Data.Profunctor.Cayley.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/src/Data.Profunctor.Choice.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/src/Data.Profunctor.Closed.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/src/Data.Profunctor.Composition.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/src/Data.Profunctor.Mapping.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/src/Data.Profunctor.Monad.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/src/Data.Profunctor.Ran.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/src/Data.Profunctor.Rep.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/src/Data.Profunctor.Sieve.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/src/Data.Profunctor.Strong.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/src/Data.Profunctor.Traversing.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/src/Data.Profunctor.Types.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/src/Data.Profunctor.Unsafe.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/src/Data.Profunctor.Yoneda.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/src/Data.Profunctor.html
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/src/highlight.js
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/src/style.css
/usr/share/doc/ghc-8.10.1/html/libraries/profunctors-5.5.2/synopsis.png
/usr/share/doc/packages/ghc-profunctors-devel
/usr/share/doc/packages/ghc-profunctors-devel/CHANGELOG.markdown
/usr/share/doc/packages/ghc-profunctors-devel/README.markdown


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:07:01 2024