inter-hub-haskell/Web
Bernd Worsch 58cad31042 fix(WP-0017/E1): Layer 2 + Sessions fixes
- CrossHubPropagation: IHP.Prelude.head returns Maybe a; use List.head
  (Data.List.head, already imported qualified) for non-empty-guarded lists
- Sessions: currentUserOrNothing is pure Maybe, not IO; use case...of instead of >>=

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-11 08:37:04 +00:00
..
Controller fix(WP-0017/E1): Layer 2 + Sessions fixes 2026-04-11 08:37:04 +00:00
Job fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
View fix(WP-0016): Layer 3 compilation fixes — Sessions auth, Widgets import consolidation, Scientific type 2026-04-10 23:13:09 +00:00
FrontController.hs feat(WP-0015/B1-B6): StaticPages controller and public intro/tutorial UI 2026-04-08 02:02:44 +00:00
Routes.hs feat(WP-0015/B1-B6): StaticPages controller and public intro/tutorial UI 2026-04-08 02:02:44 +00:00
Types.hs fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00