implement tag aliases, replacements, warnings
warnings are printed by `list-tags`
This commit is contained in:
parent
cae6400ec9
commit
67f0c3ded7
9 changed files with 319 additions and 118 deletions
|
@ -17,6 +17,7 @@ executable make-pages
|
|||
BuilderQQ,
|
||||
Date,
|
||||
Info,
|
||||
TagTransforms,
|
||||
Depend,
|
||||
NsfwWarning,
|
||||
GalleryPage,
|
||||
|
@ -44,12 +45,14 @@ executable make-pages
|
|||
TemplateHaskell
|
||||
build-depends:
|
||||
base >= 4.16.4 && < 4.21,
|
||||
array == 0.5.7.*,
|
||||
bytestring >= 0.11.3.1 && < 0.14,
|
||||
containers >= 0.6.0.1 && < 0.8,
|
||||
filemanip ^>= 0.3.6.3,
|
||||
filepath >= 1.4.2.1 && < 1.6,
|
||||
hashable >= 1.3.0.0 && < 1.5,
|
||||
HsYAML ^>= 0.2.1.0,
|
||||
mtl == 2.3.1.*,
|
||||
optparse-applicative ^>= 0.15.1.0,
|
||||
process ^>= 1.6.8.2,
|
||||
regex-tdfa == 1.3.2.*,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue