add initial version of pandoc filter
This commit is contained in:
parent
22b4411641
commit
d88c4c14b3
5 changed files with 64 additions and 2 deletions
23
langfilter/langfilter.cabal
Normal file
23
langfilter/langfilter.cabal
Normal file
|
@ -0,0 +1,23 @@
|
|||
cabal-version: 2.2
|
||||
name: langfilter
|
||||
version: 0.1.0
|
||||
synopsis: filter for conlang stuff
|
||||
license: AGPL-3.0-or-later
|
||||
|
||||
author: Rhiannon Morris <rhi@rhiannon.website>
|
||||
maintainer: Rhiannon Morris <rhi@rhiannon.website>
|
||||
|
||||
executable langfilter
|
||||
hs-source-dirs: .
|
||||
main-is: langfilter.hs
|
||||
ghc-options:
|
||||
-Wall -threaded -rtsopts -with-rtsopts=-N
|
||||
default-language: Haskell2010
|
||||
default-extensions:
|
||||
BlockArguments,
|
||||
LambdaCase,
|
||||
PatternSynonyms,
|
||||
ViewPatterns
|
||||
build-depends:
|
||||
base ^>= 4.14.0.0,
|
||||
pandoc-types == 1.17.*
|
Loading…
Add table
Add a link
Reference in a new issue