aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Compat/Except.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text/Pandoc/Compat/Except.hs')
-rw-r--r--src/Text/Pandoc/Compat/Except.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Compat/Except.hs b/src/Text/Pandoc/Compat/Except.hs
index 9ce7c0d36..5c1214f47 100644
--- a/src/Text/Pandoc/Compat/Except.hs
+++ b/src/Text/Pandoc/Compat/Except.hs
@@ -9,6 +9,7 @@ module Text.Pandoc.Compat.Except ( ExceptT
, catchError )
where
+import Prelude
#if MIN_VERSION_mtl(2,2,1)
import Control.Monad.Except