make lots of fields optional & get rid of vector

This commit is contained in:
Rhiannon Morris 2020-07-12 05:40:14 +02:00
parent cc485f798d
commit de160967e8
3 changed files with 62 additions and 43 deletions

View file

@ -13,6 +13,8 @@ executable make-pages
default-language: Haskell2010
default-extensions:
BlockArguments,
DeriveAnyClass,
DerivingStrategies,
DuplicateRecordFields,
LambdaCase,
NamedFieldPuns,
@ -23,7 +25,6 @@ executable make-pages
time ^>= 1.8.0.2,
bytestring ^>= 0.10.8.2,
text ^>= 1.2.3.1,
vector ^>= 0.12.1.2,
HsYAML ^>= 0.2.1.0,
optparse-applicative ^>= 0.15.1.0
ghc-options: