Package Release Info

ghc-th-expand-syns-0.4.9.0-bp154.1.12

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-th-expand-syns
ghc-th-expand-syns-devel

Change Logs

* Fri Sep 03 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 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 2020 Ond?ej SĂșkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Fri Sep 04 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
Version: 0.4.6.0-bp152.1.2
* Wed Apr 01 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 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
* Fri Aug 30 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)
Version: 0.4.4.0-bp151.1.11
* Fri Oct 19 2018 Peter Simons <psimons@suse.com>
- Update Cabal build instructions to support ghc-8.6.1.
* Wed Jul 18 2018 psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
  and update copyright headers with spec-cleaner.
* Mon May 14 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).
Version: 0.4.3.0-bp150.2.4
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Mon Apr 24 2017 psimons@suse.com
- Update to version 0.4.3.0 with cabal2obs.
* Wed Jan 18 2017 psimons@suse.com
- Update to version 0.4.2.0 with cabal2obs.
* Mon Nov 14 2016 psimons@suse.com
- Update to version 0.4.1.0 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
- Update to version 0.4.0.0 revision 0 with cabal2obs.