File ghc-th-utilities.changes of Package ghc-th-utilities
-------------------------------------------------------------------
Wed Apr 1 12:37:24 UTC 2020 - psimons@suse.com
- 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.
-------------------------------------------------------------------
Fri Nov 8 16:15:00 UTC 2019 - Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
-------------------------------------------------------------------
Fri Oct 18 02:02:42 UTC 2019 - psimons@suse.com
- Update th-utilities to version 0.2.3.1.
## 0.2.3.1
* Compatibility with GHC-8.8
-------------------------------------------------------------------
Mon May 6 02:01:42 UTC 2019 - psimons@suse.com
- 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.
-------------------------------------------------------------------
Thu Jan 10 15:43:28 UTC 2019 - psimons@suse.com
- Update th-utilities to version 0.2.1.0.
## 0.2.0.1
* Fixes build on 7.8
* Fixes warnings
-------------------------------------------------------------------
Sat Oct 20 11:32:08 UTC 2018 - Peter Simons <psimons@suse.com>
- Use https URL to refer to bugs.opensuse.org.
-------------------------------------------------------------------
Wed Jul 18 14:26:45 UTC 2018 - psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
-------------------------------------------------------------------
Wed May 16 14:36:29 UTC 2018 - psimons@suse.com
- Prefer the new %license attribute over %doc.
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
-------------------------------------------------------------------
Thu Feb 16 11:38:29 UTC 2017 - psimons@suse.com
- Update to version 0.2.0.1 with cabal2obs.