File ghc-yesod-core.changes of Package ghc-yesod-core
-------------------------------------------------------------------
Wed May 28 23:22:25 UTC 2025 - Peter Simons <psimons@suse.com>
- Update yesod-core to version 1.6.27.0 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Fri Mar 21 18:15:28 UTC 2025 - Peter Simons <psimons@suse.com>
- Update yesod-core to version 1.6.27.0.
## 1.6.27.0
* Build with `wai-extra-3.1.17` [#1861](https://github.com/yesodweb/yesod/pull/1861)
-------------------------------------------------------------------
Tue Dec 10 18:52:39 UTC 2024 - Peter Simons <psimons@suse.com>
- Update yesod-core to version 1.6.26.0 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Wed Jul 17 15:22:06 UTC 2024 - Peter Simons <psimons@suse.com>
- Update yesod-core to version 1.6.26.0.
## 1.6.26.0
* Always apply jsAttributes to julius script blocks of body [#1836](https://github.com/yesodweb/yesod/pull/1836)
-------------------------------------------------------------------
Tue Mar 5 09:25:22 UTC 2024 - Peter Simons <psimons@suse.com>
- Update yesod-core to version 1.6.25.1 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
- Drop obsolete "drop-dependency-on-empty-attoparsec-aeson-library.patch".
-------------------------------------------------------------------
Tue Nov 28 22:04:33 UTC 2023 - Peter Simons <psimons@suse.com>
- Update yesod-core to version 1.6.25.1.
## 1.6.25.1
* Export the options that were created in 1.6.25.0 [#1825](https://github.com/yesodweb/yesod/pull/1825)
-------------------------------------------------------------------
Wed Oct 25 17:05:09 UTC 2023 - Peter Simons <psimons@suse.com>
- Update yesod-core to version 1.6.25.0.
## 1.6.25.0
* Add an options structure that allows the user to set which instances will be derived for a routes structure. [#1819](https://github.com/yesodweb/yesod/pull/1819)
## 1.6.24.5
* Support Aeson 2.2 [#1818](https://github.com/yesodweb/yesod/pull/1818)
- Apply drop-dependency-on-empty-attoparsec-aeson-library.patch to
fix the build.
-------------------------------------------------------------------
Wed Jul 26 10:47:01 UTC 2023 - Peter Simons <psimons@suse.com>
- Update yesod-core to version 1.6.24.4.
## 1.6.24.4
* Fix test-suite compilation error for GHC >= 9.0.1 [#1812](https://github.com/yesodweb/yesod/pull/1812)
-------------------------------------------------------------------
Thu Jul 13 03:24:33 UTC 2023 - Peter Simons <psimons@suse.com>
- Update yesod-core to version 1.6.24.3.
## 1.6.24.3
* Fix subsite-to-subsite dispatch [#1805](https://github.com/yesodweb/yesod/pull/1805)
-------------------------------------------------------------------
Thu Mar 30 17:09:11 UTC 2023 - Peter Simons <psimons@suse.com>
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
-------------------------------------------------------------------
Wed Mar 1 06:23:36 UTC 2023 - Peter Simons <psimons@suse.com>
- Update yesod-core to version 1.6.24.2.
## 1.6.24.2
* No star is type [#1797](https://github.com/yesodweb/yesod/pull/1797)
## 1.6.24.1
* Adapt to removal of `ListT` from transformers-0.6. [#1796](https://github.com/yesodweb/yesod/pull/1796)
-------------------------------------------------------------------
Tue Oct 11 07:24:11 UTC 2022 - Peter Simons <psimons@suse.com>
- Update yesod-core to version 1.6.24.0 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Wed Jul 20 15:05:36 UTC 2022 - Peter Simons <psimons@suse.com>
- Update yesod-core to version 1.6.24.0.
## 1.6.24.0
* Make catching exceptions configurable and set the default back to rethrowing async exceptions. [#1772](https://github.com/yesodweb/yesod/pull/1772).
-------------------------------------------------------------------
Mon Apr 25 16:22:36 UTC 2022 - Peter Simons <psimons@suse.com>
- Update yesod-core to version 1.6.23.1.
## 1.6.23.1
* Fix typo in creation of the description `<meta>` tag in `defaultLayout`. [#1766](https://github.com/yesodweb/yesod/pull/1766)
## 1.6.23
* Add idempotent versions of `setDescription`, `setDescriptionI`. These functions
have odd behaviour when called multiple times, so they are now warned against.
This can't be a silent change - if you want to switch to the new functions, make
sure your layouts are updated to use `pageDescription` as well as `pageTitle`.
[#1765](https://github.com/yesodweb/yesod/pull/1765)
## 1.6.22.1
+ Remove sometimes failing superfluous test. [#1756](https://github.com/yesodweb/yesod/pull/1756)
-------------------------------------------------------------------
Thu Mar 24 03:28:36 UTC 2022 - Peter Simons <psimons@suse.com>
- Update yesod-core to version 1.6.22.0.
## 1.6.22.0
* Add missing list to documentation for ``Yesod.Core.Dispatch.warp``. [#1745](https://github.com/yesodweb/yesod/pull/1745)
* Add instances for `ToContent Void`, `ToTypedContent Void`. [#1752](https://github.com/yesodweb/yesod/pull/1752)
* Handle async exceptions within yesod rather then warp. [#1753](https://github.com/yesodweb/yesod/pull/1753)
* Support template-haskell 2.18 [#1754](https://github.com/yesodweb/yesod/pull/1754)
-------------------------------------------------------------------
Fri Jul 23 08:07:30 UTC 2021 - psimons@suse.com
- Update yesod-core to version 1.6.21.0.
## 1.6.21.0
* Export `Yesod.Core.Dispatch.defaultGen` so that users may reuse it for their own `YesodRunnerEnv`s [#1734](https://github.com/yesodweb/yesod/pull/1734)
-------------------------------------------------------------------
Thu Jul 1 12:50:39 UTC 2021 - psimons@suse.com
- Update yesod-core to version 1.6.20.2.
## 1.6.20.2
* Fix compatibility with template-haskell 2.17 [#1729](https://github.com/yesodweb/yesod/pull/1729)
-------------------------------------------------------------------
Sat May 22 15:38:11 UTC 2021 - psimons@suse.com
- Update yesod-core to version 1.6.20.1.
## 1.6.20.1
* Throw an error in `breadcrumbs` if the trail of breadcrumbs is circular. [#1727](https://github.com/yesodweb/yesod/issues/1727)
-------------------------------------------------------------------
Tue May 11 09:10:58 UTC 2021 - psimons@suse.com
- Update yesod-core to version 1.6.20.
## 1.6.20
* Generate CSRF tokens using a secure entropy source [#1726](https://github.com/yesodweb/yesod/pull/1726)
* Change semantics of `yreGen` and `defaultGen`
-------------------------------------------------------------------
Fri Apr 9 08:54:53 UTC 2021 - psimons@suse.com
- Update yesod-core to version 1.6.19.0.
## 1.6.19.0
* Change order of priority in `languages`[#1721](https://github.com/yesodweb/yesod/pull/1721)
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
-------------------------------------------------------------------
Mon Dec 14 13:07:07 UTC 2020 - psimons@suse.com
- Update yesod-core to version 1.6.18.8.
## 1.6.18.8
* Fix test suite for wai-extra change around vary header
-------------------------------------------------------------------
Thu Nov 19 19:50:20 UTC 2020 - psimons@suse.com
- Update yesod-core to version 1.6.18.7.
## 1.6.18.7
* Fix functions generating Open Graph metadata[#1709](https://github.com/yesodweb/yesod/pull/1709)
-------------------------------------------------------------------
Sun Nov 8 12:53:01 UTC 2020 - psimons@suse.com
- Update yesod-core to version 1.6.18.6.
## 1.6.18.6
* Update documentation from `HandlerT` to `HandlerFor` [#1703](https://github.com/yesodweb/yesod/pull/1703)
-------------------------------------------------------------------
Tue Oct 20 02:03:09 UTC 2020 - psimons@suse.com
- Update yesod-core to version 1.6.18.5.
## 1.6.18.5
Document `ErrorResponse` [#1698](https://github.com/yesodweb/yesod/pull/1698)
-------------------------------------------------------------------
Thu Sep 24 02:00:45 UTC 2020 - psimons@suse.com
- Update yesod-core to version 1.6.18.4.
## 1.6.18.4
* Fixed a bug where `mkYesod` and other TH functions didn't work for datatypes with explicitly stated type variables, including the case with typeclass constraints. [https://github.com/yesodweb/yesod/pull/1697](#1697)
## 1.6.18.3
* Remove mention of an oudated Yesod type (`GHandler`) from the docs for `handlerToIO`. [https://github.com/yesodweb/yesod/pull/1695](#1695)
## 1.6.18.2
* Recommends `.yesodroutes` as the file extension for Yesod routes files. [#1686](https://github.com/yesodweb/yesod/pull/1686)
## 1.6.18.1
* Increase the size of CSRF token
-------------------------------------------------------------------
Mon Aug 31 09:34:33 UTC 2020 - psimons@suse.com
- Update yesod-core to version 1.6.18 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Wed Aug 19 08:14:02 UTC 2020 - Michel Normand <normand@linux.vnet.ibm.com>
- Add _constraints with 6GB min disk space for ppc64/ppc64le
-------------------------------------------------------------------
Tue Aug 18 10:46:46 UTC 2020 - Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
-------------------------------------------------------------------
Tue Jun 9 09:26:13 UTC 2020 - psimons@suse.com
- Add yesod-core at version 1.6.18.