a lot of stuff sorry

This commit is contained in:
Rhiannon Morris 2020-07-16 16:07:28 +02:00
parent adfc8b9a82
commit 375c6e833a
9 changed files with 297 additions and 151 deletions

View file

@ -18,6 +18,7 @@ executable make-pages
BuilderQQ,
Info,
SinglePage,
GalleryPage,
Depend,
Options
default-language: Haskell2010
@ -35,13 +36,14 @@ executable make-pages
PatternSynonyms,
QuasiQuotes,
RankNTypes,
TupleSections,
TypeSynonymInstances,
ViewPatterns
build-depends:
base >= 4.12.0.0 && < 4.15,
bytestring ^>= 0.10.8.2,
containers ^>= 0.6.0.1,
directory ^>= 1.3.6.0,
filemanip ^>= 0.3.6.3,
filepath ^>= 1.4.2.1,
HsYAML ^>= 0.2.1.0,
optparse-applicative ^>= 0.15.1.0,