aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2016-12-02 08:26:56 -0500
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-25 17:07:40 +0100
commite35c6c9e4db6fe906e46f82938b1aecd021011b3 (patch)
tree41c35ef5c16c312ee9244ed8e0762808b45ecfe0 /src/Text/Pandoc
parent650fa2078890462f39be8fb294031bb706dbb5a0 (diff)
downloadpandoc-e35c6c9e4db6fe906e46f82938b1aecd021011b3.tar.gz
Try adding OverlappingInstances pragma to parsing.
It's having trouble figuring out HasQuoteContext.
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r--src/Text/Pandoc/Parsing.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Parsing.hs b/src/Text/Pandoc/Parsing.hs
index 796d09632..3732eada8 100644
--- a/src/Text/Pandoc/Parsing.hs
+++ b/src/Text/Pandoc/Parsing.hs
@@ -4,6 +4,7 @@
, TypeSynonymInstances
, MultiParamTypeClasses
, FlexibleInstances
+, OverlappingInstances
, IncoherentInstances #-}
{-