inter-hub-haskell/Web
tegwick ad7c938bfa fix(routes): root path "/" now routes to LandingAction
StaticPagesController parseRoute' used endOfInput for "/", but IHP passes
the raw path string so the parser received "/" not "". Match it explicitly
with string "/" before endOfInput, consistent with all other routes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-29 13:49:23 +02:00
..
Controller fix: resolve all GHC 9.10.3 / IHP 1.5 compile errors (all 616 modules load) 2026-04-29 10:46:50 +02:00
Job fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
View fix: resolve all GHC 9.10.3 / IHP 1.5 compile errors (all 616 modules load) 2026-04-29 10:46:50 +02:00
FrontController.hs fix: resolve all GHC 9.10.3 / IHP 1.5 compile errors (all 616 modules load) 2026-04-29 10:46:50 +02:00
Routes.hs fix(routes): root path "/" now routes to LandingAction 2026-04-29 13:49:23 +02:00
Types.hs fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00