summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Parsing.hs
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2016-11-29 00:36:36 -0500
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-25 17:07:40 +0100
commit840439ab2a4d44bc4d295df0d66003fbcc9bb18e (patch)
treecce6aace1a4da81be5c381180fb73bbe37805009 /src/Text/Pandoc/Parsing.hs
parentd9f5f551ddfde1c614df93125553421b82f43e76 (diff)
Add IncoherentInstances pragma for HasQuotedContext.
We can remove this if we can figure out a better way to do this.
Diffstat (limited to 'src/Text/Pandoc/Parsing.hs')
-rw-r--r--src/Text/Pandoc/Parsing.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Parsing.hs b/src/Text/Pandoc/Parsing.hs
index 110e34c6a..90cc20ab6 100644
--- a/src/Text/Pandoc/Parsing.hs
+++ b/src/Text/Pandoc/Parsing.hs
@@ -3,7 +3,9 @@
, GeneralizedNewtypeDeriving
, TypeSynonymInstances
, MultiParamTypeClasses
-, FlexibleInstances #-}
+, FlexibleInstances
+, IncoherentInstances #-}
+
{-
Copyright (C) 2006-2016 John MacFarlane <jgm@berkeley.edu>