summaryrefslogtreecommitdiff
path: root/source/Felix/OutputPlan.hs
diff options
context:
space:
mode:
authoradelon <22380201+adelon@users.noreply.github.com>2026-08-06 17:54:00 +0200
committeradelon <22380201+adelon@users.noreply.github.com>2026-08-06 17:54:00 +0200
commit82328890108bae64b372b8d58620ebc62699de76 (patch)
tree575404c6b425c19259c0ded296f1c8ffb7ff0e2b /source/Felix/OutputPlan.hs
parent1a25421c2a168d420581358c8733fcd8f36f379b (diff)
Migrate to `Felix` namespaceHEADhotg
Diffstat (limited to 'source/Felix/OutputPlan.hs')
-rw-r--r--source/Felix/OutputPlan.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Felix/OutputPlan.hs b/source/Felix/OutputPlan.hs
index 58314db..78d7e7a 100644
--- a/source/Felix/OutputPlan.hs
+++ b/source/Felix/OutputPlan.hs
@@ -18,7 +18,7 @@ module Felix.OutputPlan
import Base
import Felix.Source
import Felix.Store
-import Render.Html.Output qualified as Html
+import Felix.Render.Html.Output qualified as Html
import Control.Exception (displayException)
import Data.List qualified as List