scaffolding for yeeting pandoc
This commit is contained in:
parent
82c0fe7631
commit
5bf0487023
4 changed files with 13 additions and 1 deletions
4
app/IR.hs
Normal file
4
app/IR.hs
Normal file
|
@ -0,0 +1,4 @@
|
|||
module IR (
|
||||
) where
|
||||
|
||||
|
4
app/Markdown.hs
Normal file
4
app/Markdown.hs
Normal file
|
@ -0,0 +1,4 @@
|
|||
module Markdown (
|
||||
) where
|
||||
|
||||
|
4
app/Restruct.hs
Normal file
4
app/Restruct.hs
Normal file
|
@ -0,0 +1,4 @@
|
|||
module Restruct (
|
||||
) where
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue