Skip to content

Commit

Permalink
Add readMan to Text.Pandoc.Readers exports
Browse files Browse the repository at this point in the history
  • Loading branch information
georgestagg authored and jgm committed Jan 16, 2024
1 parent ff753bd commit 032f7c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/Text/Pandoc/Readers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ module Text.Pandoc.Readers
, readTxt2Tags
, readEPUB
, readMuse
, readMan
, readFB2
, readIpynb
, readCSV
Expand Down
1 change: 0 additions & 1 deletion test/Tests/Readers/Man.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 032f7c8

Please sign in to comment.