scaffolding for yeeting pandoc

This commit is contained in:
Pagwin 2025-02-05 11:21:57 -05:00
parent 82c0fe7631
commit 5bf0487023
No known key found for this signature in database
GPG key ID: 81137023740CA260
4 changed files with 13 additions and 1 deletions

4
app/IR.hs Normal file
View file

@ -0,0 +1,4 @@
module IR (
) where

4
app/Markdown.hs Normal file
View file

@ -0,0 +1,4 @@
module Markdown (
) where

4
app/Restruct.hs Normal file
View file

@ -0,0 +1,4 @@
module Restruct (
) where

View file

@ -29,7 +29,7 @@ executable psb
-- .hs or .lhs file containing the Main module.
main-is: Main.hs
other-modules: Config Utilities Templates Types
other-modules: Config Utilities Templates Types IR Markdown Restruct
default-extensions: ApplicativeDo DataKinds NamedFieldPuns DerivingVia LambdaCase TypeApplications DeriveGeneric