Package Release Info

ghc-invariant-0.6.2-bp156.1.1

Update Info: Base Release
Available in Package Hub : 15 SP6

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-invariant
ghc-invariant-devel

Change Logs

* Sat Sep 30 2023 Peter Simons <psimons@suse.com>
- Update invariant to version 0.6.2 revision 1.
  [#] 0.6.2 [2023.08.06]
  * The Template Haskell machinery now uses `TemplateHaskellQuotes` when
    building with GHC 8.0+ instead of manually constructing each Template Haskell
    `Name`. A consequence of this is that `invariant` will now build with GHC
    9.8, as `TemplateHaskellQuotes` abstracts over some internal Template Haskell
    changes introduced in 9.8.
  [#] 0.6.1 [2023.02.27]
  * Support `th-abstraction-0.5.*`.
  [#] 0.6 [2022.07.03]
  * Loosen the `Monad` constraint in the `Invariant(2)` instances for
    `Kleisli` to an `Invariant` constraint.
  * Loosen the `Comonad` constraint in the `Invariant2` instance for `Cokleisli`
    to an `Invariant` constraint.
  * Add `Invariant` instances for `PastroSum`, `CopastroSum`, `Environment`,
    `FreeMapping`, `Pastro`, and `FreeTraversing` from the `profunctors` library.
  * Add `Invariant(2)` instances for `Copastro` and `Coyoneda` from the
    `profunctors` library.
* Sat May 07 2022 Peter Simons <psimons@suse.com>
- Update invariant to version 0.5.6.
  [#] 0.5.6 [2022.05.07]
  * Add `InvariantProfunctor` and `InvariantArrow` newtypes that admit
    implementations of `invmap` that only require `Profunctor` or `Arrow`
    constraints, respectively. Also add top-level `invmapProfunctor` and
    `invmapArrow` functions.
Version: 0.5.5-bp155.2.14
* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
Version: 0.5.5-bp154.1.13
* Mon Nov 01 2021 psimons@suse.com
- Update invariant to version 0.5.5.
  [#] 0.5.5 [2021.11.01]
  * Allow building with GHC 9.2.
  * Allow building with `transformers-0.6.*`.
* Thu Dec 17 2020 Ond?ej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Tue Oct 06 2020 psimons@suse.com
- Update invariant to version 0.5.4.
  [#] 0.5.4 [2020.10.01]
  * Fix a bug in which `deriveInvariant2` would fail on certain data types with
    three or parameters if the first two parameters had phantom roles.
  * Fix a bug in which `deriveInvariant(2)` would fail on sufficiently complex
    uses of rank-n types in constructor fields.
  * Fix a bug in which `deriveInvariant(2)` would needlessly reject data types
    whose two last type parameters appear as oversaturated arguments to a type
    family.
* Mon Aug 31 2020 psimons@suse.com
- Update invariant to version 0.5.3 revision 1.
  Upstream has revised the Cabal build instructions on Hackage.
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 16 2020 Peter Simons <psimons@suse.com>
- Re-generate file with latest version of spec-cleaner.
Version: 0.5.3-bp152.1.11
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
* Fri May 03 2019 psimons@suse.com
- Update invariant to version 0.5.3.
  [#] 0.5.3 [2019.05.02]
  * Implement `foldMap'` in the `Foldable` instance for `WrappedFunctor` when
    building with `base-4.13` or later.
* Tue Apr 30 2019 psimons@suse.com
- Update invariant to version 0.5.2.
  [#] 0.5.2 [2019.04.26]
  * Support `th-abstraction-0.3.0.0` or later.
  * Only incur a `semigroups` dependency on old GHCs.
Version: 0.5.1-bp151.1.10
* Fri Dec 14 2018 Peter Simons <psimons@suse.com>
- Update Cabal build instructions for more accurate dependencies on
  th-abstraction.
* Thu Aug 02 2018 psimons@suse.com
- Add invariant at version 0.5.1.
Version: 0.4.2-bp150.2.3
* Wed May 03 2017 psimons@suse.com
- Update to version 0.4.2 with cabal2obs.
* Mon Apr 24 2017 psimons@suse.com
- Update to version 0.4.1 with cabal2obs.
* Thu Sep 15 2016 psimons@suse.com
- Update to version 0.4 revision 0 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
- Update to version 0.3.1 revision 0 with cabal2obs.