summaryrefslogtreecommitdiff
path: root/source/Felix/CommandLine.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/CommandLine.hs
parent1a25421c2a168d420581358c8733fcd8f36f379b (diff)
Migrate to `Felix` namespaceHEADhotg
Diffstat (limited to 'source/Felix/CommandLine.hs')
-rw-r--r--source/Felix/CommandLine.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/Felix/CommandLine.hs b/source/Felix/CommandLine.hs
index 701020f..448d698 100644
--- a/source/Felix/CommandLine.hs
+++ b/source/Felix/CommandLine.hs
@@ -26,10 +26,10 @@ import Felix.Store qualified as Store
import Felix.Verification qualified as Verification
import Felix.Version qualified as Version
import Felix.Workspace qualified as Workspace
-import Render.Html.Export qualified as HtmlExport
-import Render.Html.Layout qualified as HtmlLayout
-import Render.Html.Output qualified as HtmlOutput
-import Report.Location
+import Felix.Render.Html.Export qualified as HtmlExport
+import Felix.Render.Html.Layout qualified as HtmlLayout
+import Felix.Render.Html.Output qualified as HtmlOutput
+import Felix.Report.Location
import Control.Monad (unless, when)
import Data.Maybe (catMaybes)