Change order of imports to satisfy older ghc.
This commit is contained in:
parent
1cd2d04750
commit
cb42bb820c
1 changed files with 1 additions and 1 deletions
|
@ -77,8 +77,8 @@ module Text.Pandoc.Pretty (
|
|||
)
|
||||
|
||||
where
|
||||
import Control.Monad.State.Strict
|
||||
import Control.Monad (when)
|
||||
import Control.Monad.State.Strict
|
||||
import Data.Char (isSpace)
|
||||
import Data.Foldable (toList)
|
||||
import Data.List (intersperse)
|
||||
|
|
Loading…
Add table
Reference in a new issue