File ghc-th-expand-syns.changes of Package ghc-th-expand-syns
-------------------------------------------------------------------
Mon Jul 31 21:28:46 UTC 2023 - Peter Simons <psimons@suse.com>
- Update th-expand-syns to version 0.4.11.0 revision 2.
## 0.4.11.0 [2023.01.31]
* Support `TypeDataD` when building with `template-haskell-2.20.0.0` (GHC 9.6)
or later.
## 0.4.10.0 [2022.07.23]
* Support `DefaultD`, `PromotedInfixT`, and `PromotedUInfixT` when building
with `template-haskell-2.19.0.0` (GHC 9.4) or later.
-------------------------------------------------------------------
Fri Sep 3 14:01:20 UTC 2021 - psimons@suse.com
- Update th-expand-syns to version 0.4.9.0.
## 0.4.9.0 [2021.08.30]
* Consolidate the type-synonym expansion functionality with `th-abstraction`,
which also provides the ability to expand type synonyms. After this change,
the `th-expand-syns` library is mostly a small shim on top of
`th-abstraction`. The only additional pieces of functionality that
`th-expand-syns` which aren't currently available in `th-abstraction` are:
* `th-expand-syns`' `expandSyns{With}` functions will warn that they cannot
expand type families (if the `SynonymExpansionSettings` are configured to
check for this). By contrast, `th-abstraction`'s `applySubstitution`
function will silently ignore type families.
* `th-expand-syns` provides a `substInCon` function which allows substitution
into `Con`s.
* `th-expand-syns` provides `evade{s}` functions which support type variable
`Name` freshening that calculating the free variables in any type that
provides an instance of `Data`.
-------------------------------------------------------------------
Fri Mar 12 20:54:41 UTC 2021 - psimons@suse.com
- Update th-expand-syns to version 0.4.8.0.
## 0.4.8.0 [2021.03.12]
* Make the test suite compile with GHC 9.0 or later.
* Drop support for pre-7.0 versions of GHC.
## 0.4.7.0
* Support GHC 9.0 / template-haskell-2.17 (Thanks to @mgsloan)
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
-------------------------------------------------------------------
Fri Sep 4 10:40:10 UTC 2020 - Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
-------------------------------------------------------------------
Wed Apr 1 12:37:14 UTC 2020 - psimons@suse.com
- Update th-expand-syns to version 0.4.6.0.
Upstream has not updated the file "changelog.markdown" since the
last release.
-------------------------------------------------------------------
Fri Nov 8 16:14:57 UTC 2019 - Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
-------------------------------------------------------------------
Fri Aug 30 02:05:47 UTC 2019 - psimons@suse.com
- Update th-expand-syns to version 0.4.5.0.
## 0.4.5.0
* Support GHC 8.8 / template-haskell-2.15 (Thanks to Ryan Scott)
* Support GHC 8.6 / template-haskell-2.14 (Thanks to Chaitanya Koparkar)
-------------------------------------------------------------------
Fri Oct 19 13:15:06 UTC 2018 - Peter Simons <psimons@suse.com>
- Update Cabal build instructions to support ghc-8.6.1.
-------------------------------------------------------------------
Wed Jul 18 14:26:44 UTC 2018 - psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
- Update th-expand-syns to version 0.4.4.0.
* Made `SynonymExpansionSettings` an instance of `Semigroup`
(fixes build with GHC 8.4.1 alpha).
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
-------------------------------------------------------------------
Mon Apr 24 12:26:51 UTC 2017 - psimons@suse.com
- Update to version 0.4.3.0 with cabal2obs.
-------------------------------------------------------------------
Wed Jan 18 08:59:52 UTC 2017 - psimons@suse.com
- Update to version 0.4.2.0 with cabal2obs.
-------------------------------------------------------------------
Mon Nov 14 09:34:01 UTC 2016 - psimons@suse.com
- Update to version 0.4.1.0 with cabal2obs.
-------------------------------------------------------------------
Sun Jul 10 17:16:27 UTC 2016 - psimons@suse.com
- Update to version 0.4.0.0 revision 0 with cabal2obs.