Package Release Info

ghc-th-orphans-0.13.3-bp150.2.4

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-th-orphans
ghc-th-orphans-devel

Change Logs

* Mon Nov 14 2016 psimons@suse.com
- Update to version 0.13.3 with cabal2obs.
* Thu Sep 15 2016 psimons@suse.com
- Update to version 0.13.2 revision 0 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
- Update to version 0.13.0 revision 0 with cabal2obs.
Version: 0.13.12-bp155.3.13
* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
Version: 0.13.12-bp154.2.11
* Tue Nov 16 2021 psimons@suse.com
- Update th-orphans to version 0.13.12 revision 2.
  Upstream has revised the Cabal build instructions on Hackage.
* Thu Sep 02 2021 psimons@suse.com
- Update th-orphans to version 0.13.12 revision 1.
  [#]## 0.13.12 [2021.08.30]
  * Implement `qGetDoc` and `qPutDoc` (introduced in `template-haskell-2.18.0.0`)
    for the `Quasi` instances defined in `th-orphans`.
* Thu Dec 17 2020 Ond?ej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Wed Sep 30 2020 psimons@suse.com
- Update th-orphans to version 0.13.11.
  [#]## 0.13.11 [2020.09.29]
  * Allow building with `template-haskell-2.17.0.0` (GHC 9.0).
  * Define `Quote` instances for `ReaderT`, `StateT`, `WriterT`, and `RWST`. In
    order to define these instances on as many versions of `template-haskell` as
    possible, this library now depends on the `th-compat` library, which
    backports the `Quote` class to older versions of `template-haskell`.
  * Backport the `Semigroup`, `Monoid`, and `MonadFix` instances for `Q` that
    were introduced in `template-haskell-2.17.0.0`.
* Tue Sep 01 2020 psimons@suse.com
- Update th-orphans to version 0.13.10.
  [#]## 0.13.10 [2020.04.13]
  * Implement `liftTyped` in the `Lift Bytes` instance.