add index page

This commit is contained in:
Rhiannon Morris 2020-07-16 16:29:32 +02:00
parent 375c6e833a
commit 3f025721c8
6 changed files with 63 additions and 8 deletions

View file

@ -14,13 +14,14 @@ executable make-pages
hs-source-dirs: .
main-is: Main.hs
other-modules:
Records,
BuilderQQ,
Info,
SinglePage,
GalleryPage,
Depend,
GalleryPage,
Info,
IndexPage,
Options
Records,
SinglePage
default-language: Haskell2010
default-extensions:
BlockArguments,