diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-10-28 00:09:23 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-10-28 00:09:23 -0700 |
commit | b39f782c8d333eda8c7560eea9e8468e04676321 (patch) | |
tree | 43b2bfb32e0cfae46a725d9c4ce87f21e308a191 /src/Text/Pandoc | |
parent | b7030cd5845f3ad87c44943844df294e1e4baf08 (diff) | |
download | pandoc-b39f782c8d333eda8c7560eea9e8468e04676321.tar.gz |
Try to fix imports for older ghc.
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r-- | src/Text/Pandoc/Pretty.hs | 2 |
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) |