Skip to content

Commit

Permalink
Release yaya-0.6.2.2 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
sellout authored Oct 23, 2024
2 parents d706140 + 06e67d7 commit 58f8f19
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion containers/docs/license-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Bold-faced **`package-name`**s denote standard libraries bundled with `ghc-9.10.
| --- | --- | --- | --- | --- |
| **`base`** | [`4.20.0.0`](http://hackage.haskell.org/package/base-4.20.0.0) | [`BSD-3-Clause`](http://hackage.haskell.org/package/base-4.20.0.0/src/LICENSE) | Core data structures and operations | *(core library)* |
| **`containers`** | [`0.7`](http://hackage.haskell.org/package/containers-0.7) | [`BSD-3-Clause`](http://hackage.haskell.org/package/containers-0.7/src/LICENSE) | Assorted concrete container types | `adjunctions`, `bifunctors`, `binary`, `comonad`, `free`, `hashable`, `indexed-traversable`, `invariant`, `kan-extensions`, `lens`, `parallel`, `semigroupoids`, `th-abstraction` |
| `yaya` | [`0.6.2.1`](http://hackage.haskell.org/package/yaya-0.6.2.1) | *MISSING* | *MISSING* | |
| `yaya` | [`0.6.2.2`](http://hackage.haskell.org/package/yaya-0.6.2.2) | *MISSING* | *MISSING* | |

## Indirect transitive dependencies

Expand Down
6 changes: 6 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog 1.1](https://keepachangelog.com/en/1.1.0/),
and this project adheres to the [Haskell Package Versioning Policy](https://pvp.haskell.org/).

## [0.6.2.2] - 2024-10-23

### Changed

- simplified Template Haskell internals in `Yaya.Retrofit`

## [0.6.2.1] - 2024-08-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion core/yaya.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: yaya
version: 0.6.2.1
version: 0.6.2.2
synopsis: Total recursion schemes.
description: Recursion schemes allow you to separate recursion from your
business logic – making your own operations simpler, more modular,
Expand Down
2 changes: 1 addition & 1 deletion hedgehog/docs/license-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Bold-faced **`package-name`**s denote standard libraries bundled with `ghc-9.10.
| **`base`** | [`4.20.0.0`](http://hackage.haskell.org/package/base-4.20.0.0) | [`BSD-3-Clause`](http://hackage.haskell.org/package/base-4.20.0.0/src/LICENSE) | Core data structures and operations | *(core library)* |
| `deriving-compat` | [`0.6.6`](http://hackage.haskell.org/package/deriving-compat-0.6.6) | [`BSD-3-Clause`](http://hackage.haskell.org/package/deriving-compat-0.6.6/src/LICENSE) | Backports of GHC deriving extensions | |
| `hedgehog` | [`1.4`](http://hackage.haskell.org/package/hedgehog-1.4) | [`BSD-3-Clause`](http://hackage.haskell.org/package/hedgehog-1.4/src/LICENSE) | Release with confidence. | |
| `yaya` | [`0.6.2.1`](http://hackage.haskell.org/package/yaya-0.6.2.1) | *MISSING* | *MISSING* | |
| `yaya` | [`0.6.2.2`](http://hackage.haskell.org/package/yaya-0.6.2.2) | *MISSING* | *MISSING* | |

## Indirect transitive dependencies

Expand Down
2 changes: 1 addition & 1 deletion quickcheck/docs/license-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Bold-faced **`package-name`**s denote standard libraries bundled with `ghc-9.10.
| --- | --- | --- | --- | --- |
| `QuickCheck` | [`2.14.3`](http://hackage.haskell.org/package/QuickCheck-2.14.3) | [`BSD-3-Clause`](http://hackage.haskell.org/package/QuickCheck-2.14.3/src/LICENSE) | Automatic testing of Haskell programs | |
| **`base`** | [`4.20.0.0`](http://hackage.haskell.org/package/base-4.20.0.0) | [`BSD-3-Clause`](http://hackage.haskell.org/package/base-4.20.0.0/src/LICENSE) | Core data structures and operations | *(core library)* |
| `yaya` | [`0.6.2.1`](http://hackage.haskell.org/package/yaya-0.6.2.1) | *MISSING* | *MISSING* | |
| `yaya` | [`0.6.2.2`](http://hackage.haskell.org/package/yaya-0.6.2.2) | *MISSING* | *MISSING* | |

## Indirect transitive dependencies

Expand Down
2 changes: 1 addition & 1 deletion unsafe/docs/license-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Bold-faced **`package-name`**s denote standard libraries bundled with `ghc-9.10.
| `comonad` | [`5.0.8`](http://hackage.haskell.org/package/comonad-5.0.8) | [`BSD-3-Clause`](http://hackage.haskell.org/package/comonad-5.0.8/src/LICENSE) | Comonads | `adjunctions`, `bifunctors`, `free`, `invariant`, `kan-extensions`, `lens`, `profunctors`, `semigroupoids`, `yaya` |
| `free` | [`5.2`](http://hackage.haskell.org/package/free-5.2) | [`BSD-3-Clause`](http://hackage.haskell.org/package/free-5.2/src/LICENSE) | Monads for free | `adjunctions`, `kan-extensions`, `lens`, `yaya` |
| `lens` | [`5.3.2`](http://hackage.haskell.org/package/lens-5.3.2) | [`BSD-2-Clause`](http://hackage.haskell.org/package/lens-5.3.2/src/LICENSE) | Lenses, Folds and Traversals | `yaya` |
| `yaya` | [`0.6.2.1`](http://hackage.haskell.org/package/yaya-0.6.2.1) | *MISSING* | *MISSING* | |
| `yaya` | [`0.6.2.2`](http://hackage.haskell.org/package/yaya-0.6.2.2) | *MISSING* | *MISSING* | |

## Indirect transitive dependencies

Expand Down

0 comments on commit 58f8f19

Please sign in to comment.