lots of langfilter stuff, mostly lántas script

This commit is contained in:
Rhiannon Morris 2021-04-29 11:52:44 +02:00
parent 4a177d7828
commit ba5522187c
8 changed files with 348 additions and 132 deletions

View file

@ -9,9 +9,13 @@ maintainer: Rhiannon Morris <rhi@rhiannon.website>
executable langfilter
hs-source-dirs: .
main-is: langfilter.hs
main-is: Main.hs
other-modules:
Ebnf
Lang,
Ebnf,
Spans,
LaantasImage,
Glosses
ghc-options:
-Wall -Wno-missing-signatures -Wno-missing-pattern-synonym-signatures
-Wno-name-shadowing
@ -19,12 +23,20 @@ executable langfilter
default-language: Haskell2010
default-extensions:
BlockArguments,
ConstraintKinds,
LambdaCase,
FlexibleContexts,
ImplicitParams,
MonadComprehensions,
OverloadedStrings,
PatternSynonyms,
RecordWildCards,
ViewPatterns
build-depends:
base ^>= 4.14.0.0,
containers ^>= 0.6.2.1,
filepath ^>= 1.4.2.1,
process ^>= 1.6.11.0,
pandoc-types ^>= 1.22,
text,
pretty-show ^>= 1.10