diff options
| author | Ben Sima <ben@bensima.com> | 2025-12-01 20:28:27 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-12-01 20:28:27 -0500 |
| commit | 8d8dec801bf959d6e4bf1ba3fbc5af5b242f96d9 (patch) | |
| tree | 41a41dfbcc83325c3fd5ede4dc67396f525d8592 /Omni/Jr/Web/Partials.hs | |
| parent | 11ee0b44397ff5f58a11a105883c07a39d49bfa3 (diff) | |
Fix build errors in Jr modules
- Fix Worker.hs to use EngineError instead of tuple
- Fix Types.hs imports for LazyText.encodeUtf8 and dayOfWeek
- Remove duplicate SortOrder from Components.hs (import from Types.hs)
- Add orphan instance pragmas to Pages.hs and Partials.hs
- Clean up unused imports
Diffstat (limited to 'Omni/Jr/Web/Partials.hs')
| -rw-r--r-- | Omni/Jr/Web/Partials.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Omni/Jr/Web/Partials.hs b/Omni/Jr/Web/Partials.hs index 9c0e870..25a4d1e 100644 --- a/Omni/Jr/Web/Partials.hs +++ b/Omni/Jr/Web/Partials.hs @@ -1,5 +1,6 @@ {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE NoImplicitPrelude #-} +{-# OPTIONS_GHC -Wno-orphans #-} -- : dep lucid -- : dep servant-lucid |
