Remove redundant import.
This commit is contained in:
parent
428f8b4d20
commit
5b4a606265
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ import Text.Pandoc.Shared (crFilter, mapLeft)
|
|||
import Text.Pandoc.Readers.Roff -- TODO explicit imports
|
||||
import Text.Parsec hiding (tokenPrim)
|
||||
import qualified Text.Parsec as Parsec
|
||||
import Text.Parsec.Pos (updatePosString, initialPos)
|
||||
import Text.Parsec.Pos (updatePosString)
|
||||
import qualified Data.Foldable as Foldable
|
||||
|
||||
data ManState = ManState { readerOptions :: ReaderOptions
|
||||
|
|
Loading…
Add table
Reference in a new issue