2023-08-11 10:05:29 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 6 15:59:00 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
- Update invariant to version 0.6.2.
|
|
|
|
# 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.
|
|
|
|
|
2023-03-30 19:38:42 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 30 17:07:17 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
|
|
|
|
|
2022-10-06 16:46:24 +02:00
|
|
|
-------------------------------------------------------------------
|
2023-03-30 10:26:26 +02:00
|
|
|
Mon Feb 27 12:52:48 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
- Update invariant to version 0.6.1.
|
|
|
|
# 0.6.1 [2023.02.27]
|
|
|
|
* Support `th-abstraction-0.5.*`.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2022-10-06 16:46:24 +02:00
|
|
|
Sat Jul 23 18:37:39 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
- Update invariant to version 0.6 revision 1.
|
|
|
|
Upstream has revised the Cabal build instructions on Hackage.
|
|
|
|
|
2022-07-04 23:01:29 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 3 10:17:11 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
- Update invariant to version 0.6.
|
|
|
|
# 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.
|
|
|
|
|
2022-06-29 14:18:14 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat May 7 23:56:16 UTC 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.
|
|
|
|
|
2021-11-09 09:31:58 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 1 12:27:07 UTC 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.*`.
|
|
|
|
|
2020-12-18 13:52:20 +01:00
|
|
|
-------------------------------------------------------------------
|
2020-12-19 19:28:47 +01:00
|
|
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
2020-12-18 13:52:20 +01:00
|
|
|
|
2020-12-19 18:48:18 +01:00
|
|
|
- disable %{ix86} build
|
2020-12-18 13:52:20 +01:00
|
|
|
|
2020-10-20 11:15:37 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 6 08:56:25 UTC 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.
|
|
|
|
|
2020-09-04 17:11:02 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 31 09:34:33 UTC 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 10:45:13 UTC 2020 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
- Replace %setup -q with the more modern %autosetup macro.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 16 11:14:17 UTC 2020 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
- Re-generate file with latest version of spec-cleaner.
|
|
|
|
|
2019-12-24 03:03:03 +01:00
|
|
|
-------------------------------------------------------------------
|
2019-12-29 03:03:07 +01:00
|
|
|
Fri Nov 8 16:14:04 UTC 2019 - Peter Simons <psimons@suse.com>
|
2019-12-24 03:03:03 +01:00
|
|
|
|
2019-12-29 03:03:07 +01:00
|
|
|
- Drop obsolete group attributes.
|
2019-12-24 03:03:03 +01:00
|
|
|
|
2019-12-29 03:03:07 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 3 02:03:06 UTC 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 09:23:05 UTC 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.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 14 15:28:34 UTC 2018 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
- Update Cabal build instructions for more accurate dependencies on
|
|
|
|
th-abstraction.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 2 16:29:58 UTC 2018 - psimons@suse.com
|
|
|
|
|
|
|
|
- Add invariant at version 0.5.1.
|