diff --git a/SSG.ipkg b/SSG.ipkg index 5189c9b..ef48458 100644 --- a/SSG.ipkg +++ b/SSG.ipkg @@ -21,7 +21,7 @@ depends = structures -- modules to install modules = SSG.Parser.Core , SSG.Parser.Util - , SSG.Parser.Djot + , SSG.Djot , SSG.HTML , SSG.HTML.ElementTypes diff --git a/src/SSG/Parser/Djot.idr b/src/SSG/Djot.idr similarity index 99% rename from src/SSG/Parser/Djot.idr rename to src/SSG/Djot.idr index 2900b9b..131e2bf 100644 --- a/src/SSG/Parser/Djot.idr +++ b/src/SSG/Djot.idr @@ -1,4 +1,4 @@ -module SSG.Parser.Djot +module SSG.Djot import SSG.Parser.Core import SSG.Parser.Util