| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update th-utilities to version 0.2.4.0.
[#]# 0.2.4.0
* Compatibility with GHC-8.10
* Behavior change in reification of type family instances. Instead of
erroring if the instance mentions a kind variable, now just ignores
it.
- Drop obsolete group attributes.
- Update th-utilities to version 0.2.3.1. [#]# 0.2.3.1 * Compatibility with GHC-8.8
- Update th-utilities to version 0.2.3.0.
[#]# 0.2.3.0
* Improved fix to the type variable behavior with GHC <= 7.10. Uses
`Any` in place of type variables instead of `()`, to allow for more
kinds than just `*` and `Constraint`.
[#]# 0.2.2.0
* Fixes derive and instantiator mechanisms to work with ghc 7.10 and
earlier. Previously, invocation was broken when type variables were
used.
* Fixes `freeVarsT` - it now looks through more constructors of `Type`.
* Adds `dequalifyTyVars` to dequalify every type variable.
- Update th-utilities to version 0.2.1.0. [#]# 0.2.0.1 * Fixes build on 7.8 * Fixes warnings
- Use https URL to refer to bugs.opensuse.org.
- Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner.
- Prefer the new %license attribute over %doc.
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
- Update to version 0.2.0.1 with cabal2obs.