diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-08-06 14:34:43 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-08-06 14:42:38 -0700 |
| commit | 5635ef9c57ab58bcf50a1341725fab62fe35ed8d (patch) | |
| tree | e87f13ec47e8d7f54f76a6cae14ffd1af04dc36a /cabal.project | |
| parent | fc3b9e763f88546d2987819c2303a014f464a553 (diff) | |
Replace old trypandoc code with new pandoc-cgi.
This is based on servant. It is less hacky and more extensible.
Diffstat (limited to 'cabal.project')
| -rw-r--r-- | cabal.project | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cabal.project b/cabal.project index 7e9293916..65cf0b392 100644 --- a/cabal.project +++ b/cabal.project @@ -7,3 +7,9 @@ source-repository-package type: git location: https://github.com/tarleb/gridtables tag: 76198add9b404124b3a2fdf137399256a91d337b + + +source-repository-package + type: git + location: https://github.com/jgm/pandoc-server + tag: fb4a86f725c5e61eff63227a39df591262bccf67 |
