Wait for yesod-bin release

Signed-off-by: Mihai Maruseac <mihai.maruseac@gmail.com>
This commit is contained in:
Mihai Maruseac 2025-08-09 09:49:22 -08:00
parent 816b596511
commit fb74905bbd
No known key found for this signature in database

View File

@ -878,7 +878,7 @@ packages:
- html-conduit - html-conduit
- yesod-auth - yesod-auth
- authenticate-oauth - authenticate-oauth
- yesod-bin # 0 # 1.6.2.3 https://github.com/yesodweb/yesod/issues/1884 - yesod-bin < 0 # https://github.com/yesodweb/yesod/issues/1884 is fixed now
- yesod-eventsource - yesod-eventsource
- yesod-gitrepo - yesod-gitrepo
- yesod-newsfeed - yesod-newsfeed
@ -9461,7 +9461,8 @@ build-tool-overrides:
# Example: # Example:
# If bindings-GLFW-3.1.2.1 is the current latest version write # If bindings-GLFW-3.1.2.1 is the current latest version write
# - bindings-GLFW-3.1.2.1 # Comment saying what should be done when the new version is released # - bindings-GLFW-3.1.2.1 # Comment saying what should be done when the new version is released
tell-me-when-its-released: [] tell-me-when-its-released:
- yesod-bin-1.6.2.3 # https://github.com/yesodweb/yesod/issues/1884 fixed, re-enable
# Packages which should be hidden after registering, to avoid module name # Packages which should be hidden after registering, to avoid module name
# conflicts. This is intended for at least two use cases: # conflicts. This is intended for at least two use cases: