Overview

Request 623834 superseded

- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.

- 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`.

* Added a true Cotambara and Copastro construction for (co)freely generating
* Engaged in a fair bit of bikeshedding about the module structure for lesser used
* Added Prep and Coprep along with witnesses to the adjunctions
* UpStar and DownStar have become Star and Costar. Star is analogous to Kleisli,
* Moved Data.Profunctor.Collage to semigroupoids 5, and removed the semigroupoids
- initial commit

Request History
Peter Simons's avatar

psimons created request

- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.

- 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`.

* Added a true Cotambara and Copastro construction for (co)freely generating
* Engaged in a fair bit of bikeshedding about the module structure for lesser used
* Added Prep and Coprep along with witnesses to the adjunctions
* UpStar and DownStar have become Star and Costar. Star is analogous to Kleisli,
* Moved Data.Profunctor.Collage to semigroupoids 5, and removed the semigroupoids
- initial commit


Saul Goodman's avatar

licensedigger accepted review

ok


Factory Auto's avatar

factory-auto added opensuse-review-team as a reviewer

Please review sources


Factory Auto's avatar

factory-auto added repo-checker as a reviewer

Please review build success


Factory Auto's avatar

factory-auto accepted review

Check script succeeded


Staging Bot's avatar

staging-bot added as a reviewer

Being evaluated by staging project "openSUSE:Factory:Staging:adi:14"


Staging Bot's avatar

staging-bot accepted review

Picked openSUSE:Factory:Staging:adi:14


Repo Checker's avatar

repo-checker accepted review

cycle and install check passed


Dominique Leuenberger's avatar

dimstar accepted review

ok


Peter Simons's avatar

psimons superseded request

superseded by 624316

openSUSE Build Service is sponsored by