| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: ghc-yesod-core-doc | Distribution: openSUSE Tumbleweed |
| Version: 1.6.27.1 | Vendor: openSUSE |
| Release: 1.10 | Build date: Tue Jul 8 15:54:21 2025 |
| Group: Unspecified | Build host: reproducible |
| Size: 5927772 | Source RPM: ghc-yesod-core-1.6.27.1-1.10.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://hackage.haskell.org/package/yesod-core | |
| Summary: Haskell yesod-core library documentation | |
This package provides the Haskell yesod-core library documentation.
MIT
* Tue Jul 08 2025 Peter Simons <psimons@suse.com>
- Update yesod-core to version 1.6.27.1.
[#]# 1.6.27.1
* Set `base >= 4.11` for less CPP and imports [#1876](https://github.com/yesodweb/yesod/pull/1876)
* Wed May 28 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 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 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 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 05 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 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 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 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 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 2023 Peter Simons <psimons@suse.com>
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Wed Mar 01 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 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 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 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 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)
/usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1 /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/Yesod-Core-Content.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/Yesod-Core-Dispatch.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/Yesod-Core-Handler.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/Yesod-Core-Internal.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/Yesod-Core-Json.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/Yesod-Core-Types.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/Yesod-Core-Unsafe.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/Yesod-Core-Widget.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/Yesod-Core.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/Yesod-Routes-TH-Types.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index-46.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index-58.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index-A.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index-All.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index-B.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index-C.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index-D.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index-E.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index-F.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index-G.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index-H.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index-I.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index-J.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index-L.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index-M.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index-N.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index-O.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index-P.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index-R.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index-S.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index-T.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index-U.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index-V.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index-W.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index-X.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index-Y.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/doc-index.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/haddock-bundle.min.js /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/index.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/linuwial.css /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/meta.json /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/quick-jump.css /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Paths_yesod_core.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Core.Class.Breadcrumbs.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Core.Class.Dispatch.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Core.Class.Handler.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Core.Class.Yesod.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Core.Content.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Core.Dispatch.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Core.Handler.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Core.Internal.LiteApp.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Core.Internal.Request.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Core.Internal.Response.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Core.Internal.Run.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Core.Internal.Session.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Core.Internal.TH.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Core.Internal.Util.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Core.Internal.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Core.Json.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Core.TypeCache.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Core.Types.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Core.Unsafe.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Core.Widget.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Core.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Routes.Class.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Routes.Overlap.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Routes.Parse.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Routes.TH.Dispatch.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Routes.TH.ParseRoute.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Routes.TH.RenderRoute.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Routes.TH.RouteAttrs.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Routes.TH.Types.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/Yesod.Routes.TH.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/highlight.js /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/src/style.css /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/synopsis.png /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/yesod-core.haddock /usr/share/doc/packages/ghc-9.12.2/html/libraries/yesod-core-1.6.27.1/yesod-core.txt /usr/share/licenses/ghc-yesod-core-doc /usr/share/licenses/ghc-yesod-core-doc/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 31 23:03:09 2025