start dependency stuff for single pages

This commit is contained in:
Rhiannon Morris 2020-07-15 11:45:15 +02:00
parent 3586a5b447
commit 070e2110c0
3 changed files with 91 additions and 13 deletions

View file

@ -13,7 +13,12 @@ flag pretty-verbose
executable make-pages
hs-source-dirs: .
main-is: Main.hs
other-modules: Info, SinglePage, BuildVar, Records
other-modules:
Records,
BuildVar,
Info,
SinglePage,
Depend
default-language: Haskell2010
default-extensions:
BlockArguments,
@ -35,6 +40,7 @@ executable make-pages
bytestring ^>= 0.10.8.2,
containers ^>= 0.6.0.1,
directory ^>= 1.3.6.0,
filepath ^>= 1.4.2.1,
HsYAML ^>= 0.2.1.0,
optparse-applicative ^>= 0.15.1.0,
template-haskell ^>= 2.16.0.0,