Package Release Info

ghc-th-orphans-0.13.9-bp153.1.20

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

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

Change Logs

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.9-bp152.1.11
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
* Sun Sep 29 2019 psimons@suse.com
- Update th-orphans to version 0.13.9.
  [#]## 0.13.9 [2019.09.28]
  * Implement `qReifyType` (introduced in `template-haskell-2.16.0.0`) for the
    `Quasi` instances defined in `th-orphans`.
* Fri Sep 06 2019 psimons@suse.com
- Update th-orphans to version 0.13.8.
  [#]## 0.13.8 [2019.09.04]
  * Backport the `Bounded` instance for `Extension`
    (from `Language.Haskell.TH.LanguageExtensions`), which was introduced in
    `template-haskell-2.15.0.0`.
* Tue Jun 11 2019 Peter Simons <psimons@suse.com>
- Update Cabal file for more accurate build dependencies.
* Mon Mar 25 2019 psimons@suse.com
- Update th-orphans to version 0.13.7.
  [#]## 0.13.7 [2019.03.24]
  * Backport the `MonadFail Q` instance.
  * Allow building with `template-haskell-2.16` by manually implementing
    `Lift` for `Bytes`. See [#27]
  [#27]: https://github.com/mgsloan/th-orphans/issues/27
Version: 0.13.6-bp151.1.10
* 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.
* Fri Jul 13 2018 psimons@suse.com
- Update th-orphans to version 0.13.6.
  [#]## 0.13.6 [2018.07.01]
  * Allow building with `template-haskell-2.14`.
  * Implement `qAddForeignFilePath` and `qAddTempFile` for `Quasi` instances
* Mon May 14 2018 psimons@suse.com
- Update th-orphans to version 0.13.5 revision 1.
  * Implement `qAddCorePlugin` for `Quasi` instances
  * Implement `qAddForeignFile` for `Quasi` instances
Version: 0.13.3-bp150.2.4
* 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-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.