aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2016-12-02 08:47:54 -0500
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-25 17:07:40 +0100
commit912eee362b029bd1a5524434c55ff0496df5dfcf (patch)
tree845a6e68c31a6f7ceaa59a02f94eb2dff595665f
parent3cda737dbd5c46d036eea9c35fa7bd90b9d51e4f (diff)
downloadpandoc-912eee362b029bd1a5524434c55ff0496df5dfcf.tar.gz
Remove OverlappingInstances pragma.
It doesn't help to solve the problem in 7.8.
-rw-r--r--src/Text/Pandoc/Parsing.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Parsing.hs b/src/Text/Pandoc/Parsing.hs
index 3732eada8..796d09632 100644
--- a/src/Text/Pandoc/Parsing.hs
+++ b/src/Text/Pandoc/Parsing.hs
@@ -4,7 +4,6 @@
, TypeSynonymInstances
, MultiParamTypeClasses
, FlexibleInstances
-, OverlappingInstances
, IncoherentInstances #-}
{-