aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Pretty.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-28 00:09:23 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-10-28 00:09:23 -0700
commitb39f782c8d333eda8c7560eea9e8468e04676321 (patch)
tree43b2bfb32e0cfae46a725d9c4ce87f21e308a191 /src/Text/Pandoc/Pretty.hs
parentb7030cd5845f3ad87c44943844df294e1e4baf08 (diff)
downloadpandoc-b39f782c8d333eda8c7560eea9e8468e04676321.tar.gz
Try to fix imports for older ghc.
Diffstat (limited to 'src/Text/Pandoc/Pretty.hs')
-rw-r--r--src/Text/Pandoc/Pretty.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Pretty.hs b/src/Text/Pandoc/Pretty.hs
index a6e04e4d5..ed6dde149 100644
--- a/src/Text/Pandoc/Pretty.hs
+++ b/src/Text/Pandoc/Pretty.hs
@@ -77,7 +77,7 @@ module Text.Pandoc.Pretty (
)
where
-import Control.Monad (when)
+import Control.Monad
import Control.Monad.State.Strict
import Data.Char (isSpace)
import Data.Foldable (toList)