Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-yesod-core-prof | Distribution: openSUSE Tumbleweed |
Version: 1.6.26.0 | Vendor: openSUSE |
Release: 1.4 | Build date: Wed Jul 17 17:22:06 2024 |
Group: Unspecified | Build host: reproducible |
Size: 10031576 | Source RPM: ghc-yesod-core-1.6.26.0-1.4.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://hackage.haskell.org/package/yesod-core | |
Summary: Haskell yesod-core profiling library |
This package provides the Haskell yesod-core profiling library.
MIT
* 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) * Fri Jul 23 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 01 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 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 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 09 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)
/usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Paths_yesod_core.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Core.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Core/Class/Breadcrumbs.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Core/Class/Dispatch.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Core/Class/Handler.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Core/Class/Yesod.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Core/Content.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Core/Dispatch.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Core/Handler.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Core/Internal.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Core/Internal/LiteApp.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Core/Internal/Request.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Core/Internal/Response.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Core/Internal/Run.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Core/Internal/Session.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Core/Internal/TH.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Core/Internal/Util.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Core/Json.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Core/TypeCache.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Core/Types.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Core/Unsafe.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Core/Widget.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Routes/Class.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Routes/Overlap.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Routes/Parse.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Routes/TH.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Routes/TH/Dispatch.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Routes/TH/ParseRoute.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Routes/TH/RenderRoute.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Routes/TH/RouteAttrs.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/Yesod/Routes/TH/Types.p_hi /usr/lib64/ghc-9.8.2/lib/yesod-core-1.6.26.0/libHSyesod-core-1.6.26.0-JInwZXeQNiiKKHkATfiUqN_p.a
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 25 02:04:50 2024