Add readMan to Text.Pandoc.Readers exports

This commit is contained in:
George Stagg
2024-01-16 11:24:13 -08:00
committed by John MacFarlane
parent ff753bdfa6
commit 032f7c832f
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -50,6 +50,7 @@ module Text.Pandoc.Readers
, readTxt2Tags
, readEPUB
, readMuse
, readMan
, readFB2
, readIpynb
, readCSV
-1
View File
@@ -20,7 +20,6 @@ import Tests.Helpers
import Text.Pandoc
import Text.Pandoc.Arbitrary ()
import Text.Pandoc.Builder
import Text.Pandoc.Readers.Man
man :: Text -> Pandoc
man = purely $ readMan def