diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2016-11-29 00:36:36 -0500 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-01-25 17:07:40 +0100 |
commit | 840439ab2a4d44bc4d295df0d66003fbcc9bb18e (patch) | |
tree | cce6aace1a4da81be5c381180fb73bbe37805009 /src/Text/Pandoc | |
parent | d9f5f551ddfde1c614df93125553421b82f43e76 (diff) | |
download | pandoc-840439ab2a4d44bc4d295df0d66003fbcc9bb18e.tar.gz |
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')
-rw-r--r-- | src/Text/Pandoc/Parsing.hs | 4 |
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> |