diff options
| author | George Stagg <george.stagg@posit.co> | 2024-01-16 09:35:03 +0000 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2024-01-16 11:24:13 -0800 |
| commit | 032f7c832fa5912c995e7699013411205254b8d1 (patch) | |
| tree | 5592eb8ef71ce1dc4dd0565f67c6e671fcc134c1 /src/Text | |
| parent | ff753bdfa62cc335e1c60ca094d3ced027d2f864 (diff) | |
Add readMan to Text.Pandoc.Readers exports
Diffstat (limited to 'src/Text')
| -rw-r--r-- | src/Text/Pandoc/Readers.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Readers.hs b/src/Text/Pandoc/Readers.hs index 5f7d5d8af..1b7be5163 100644 --- a/src/Text/Pandoc/Readers.hs +++ b/src/Text/Pandoc/Readers.hs @@ -50,6 +50,7 @@ module Text.Pandoc.Readers , readTxt2Tags , readEPUB , readMuse + , readMan , readFB2 , readIpynb , readCSV |
