AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update th-orphans to version 0.13.14 revision 2. [#]## 0.13.14 [2022.08.21] * Only depend on `th-lift-instances` for `ghc <= 7.8`. [#]## 0.13.13 [2022.05.19] * Implement `qGetPackageRoot` (introduced in `template-haskell-2.19.0.0`) for the `Quasi` instances defined in `th-orphans`.
- disable %{ix86} build
- 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.
- 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
- Update th-orphans to version 0.13.5 revision 1. * Implement `qAddCorePlugin` for `Quasi` instances * Implement `qAddForeignFile` for `Quasi` instances
- Update to version 0.13.3 with cabal2obs.
- Update to version 0.13.2 revision 0 with cabal2obs.
- Update to version 0.13.0 revision 0 with cabal2obs.
- Update th-orphans to version 0.13.12 revision 2. Upstream has revised the Cabal build instructions on Hackage.
- 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`.
- disable %{ix86} build
- 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`.
- Update th-orphans to version 0.13.10. [#]## 0.13.10 [2020.04.13] * Implement `liftTyped` in the `Lift Bytes` instance.