Package Release Info

ghc-th-utilities-0.2.4.3-bp154.1.12

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-th-utilities
ghc-th-utilities-devel

Change Logs

* Mon Apr 12 2021 psimons@suse.com
- Update th-utilities to version 0.2.4.3.
  [#]# 0.2.4.3
  * Adds a lower bound for `th-abstraction` dependency. Also released as
    a hackage revision of `0.2.4.2`.  See [#15][]
  [#15]: https://github.com/fpco/th-utilities/issues/15
* Wed Mar 24 2021 psimons@suse.com
- Update th-utilities to version 0.2.4.2.
  Upstream has edited the change log file since the last release in
  a non-trivial way, i.e. they did more than just add a new entry
  at the top. You can review the file at:
  http://hackage.haskell.org/package/th-utilities-0.2.4.2/src/ChangeLog.md
* Thu Dec 17 2020 Ond?ej SĂșkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Sun Nov 29 2020 psimons@suse.com
- Update th-utilities to version 0.2.4.1.
  [#]# 0.2.4.1
  * Fixes generated Storable instances to have a `sizeOf` definition
    which works with `-XStrict`. See [#13][]
  [#13]: https://github.com/fpco/th-utilities/issues/1
* Tue Aug 25 2020 psimons@suse.com
- Add th-utilities at version 0.2.4.0.
Version: 0.2.4.0-bp152.1.2
* Wed Apr 01 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 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
* Fri Oct 18 2019 psimons@suse.com
- Update th-utilities to version 0.2.3.1.
  [#]# 0.2.3.1
  * Compatibility with GHC-8.8
* Mon May 06 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.
Version: 0.2.1.0-bp151.1.10
* Thu Jan 10 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 2018 Peter Simons <psimons@suse.com>
- Use https URL to refer to bugs.opensuse.org.
* Wed Jul 18 2018 psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
  and update copyright headers with spec-cleaner.
* Wed May 16 2018 psimons@suse.com
- Prefer the new %license attribute over %doc.
Version: 0.2.0.1-bp150.2.6
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Thu Feb 16 2017 psimons@suse.com
- Update to version 0.2.0.1 with cabal2obs.