mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-22 23:45:48 +00:00
Add IncoherentInstances pragma for HasQuotedContext.
We can remove this if we can figure out a better way to do this.
This commit is contained in:
committed by
John MacFarlane
parent
d9f5f551dd
commit
840439ab2a
@@ -3,7 +3,9 @@
|
||||
, GeneralizedNewtypeDeriving
|
||||
, TypeSynonymInstances
|
||||
, MultiParamTypeClasses
|
||||
, FlexibleInstances #-}
|
||||
, FlexibleInstances
|
||||
, IncoherentInstances #-}
|
||||
|
||||
{-
|
||||
Copyright (C) 2006-2016 John MacFarlane <jgm@berkeley.edu>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user