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:
Jesse Rosenthal
2017-01-25 17:07:40 +01:00
committed by John MacFarlane
parent d9f5f551dd
commit 840439ab2a
+3 -1
View File
@@ -3,7 +3,9 @@
, GeneralizedNewtypeDeriving
, TypeSynonymInstances
, MultiParamTypeClasses
, FlexibleInstances #-}
, FlexibleInstances
, IncoherentInstances #-}
{-
Copyright (C) 2006-2016 John MacFarlane <jgm@berkeley.edu>