diff options
| author | John MacFarlane <[email protected]> | 2025-11-23 08:45:18 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-11-29 17:04:42 +0100 |
| commit | 8651ec3c28693c875d78017b4f278338417d176a (patch) | |
| tree | 24065899ab03f7daaa628a04a8060f4b54c2e505 /cabal.project | |
| parent | 525113c31ea07d35a5a1e436866c7ed51fc90ccf (diff) | |
Add asciidoc as an input format.
New exported module Text.Pandoc.Readers.AsciiDoc,
exporting readAsciiDoc [API change].
The bulk of parsing is handled by the asciidoc library.
Closes #1456.
Diffstat (limited to 'cabal.project')
| -rw-r--r-- | cabal.project | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cabal.project b/cabal.project index 8897c8f00..71b50a0c0 100644 --- a/cabal.project +++ b/cabal.project @@ -26,3 +26,8 @@ source-repository-package type: git location: https://github.com/jgm/djoths.git tag: 7dc8da53fc092d2d4d91f5f0988840f4faf90368 + +source-repository-package + type: git + location: https://github.com/jgm/asciidoc-hs.git + tag: 17df3ccc91102ad74a977d4cb1a43f03b4ef0bda |
