Basic project structure
This commit is contained in:
parent
e8b6224891
commit
544a526f54
4 changed files with 7 additions and 2 deletions
6
SSG.ipkg
6
SSG.ipkg
|
@ -13,10 +13,12 @@ authors = "Nathan McCarty"
|
|||
-- langversion
|
||||
|
||||
-- packages to add to search path
|
||||
-- depends =
|
||||
depends = eff
|
||||
|
||||
-- modules to install
|
||||
-- modules =
|
||||
modules = SSG.Parser.Core
|
||||
, SSG.Parser.Markdown
|
||||
, SSG.HTML
|
||||
|
||||
-- main file (i.e. file to load at REPL)
|
||||
main = Main
|
||||
|
|
1
src/SSG/HTML.idr
Normal file
1
src/SSG/HTML.idr
Normal file
|
@ -0,0 +1 @@
|
|||
module SSG.HTML
|
1
src/SSG/Parser/Core.idr
Normal file
1
src/SSG/Parser/Core.idr
Normal file
|
@ -0,0 +1 @@
|
|||
module SSG.Parser.Core
|
1
src/SSG/Parser/Markdown.idr
Normal file
1
src/SSG/Parser/Markdown.idr
Normal file
|
@ -0,0 +1 @@
|
|||
module SSG.Parser.Markdown
|
Loading…
Add table
Reference in a new issue