Remove OverlappingInstances pragma.

It doesn't help to solve the problem in 7.8.
This commit is contained in:
Jesse Rosenthal 2016-12-02 08:47:54 -05:00 committed by John MacFarlane
parent 3cda737dbd
commit 912eee362b

View file

@ -4,7 +4,6 @@
, TypeSynonymInstances
, MultiParamTypeClasses
, FlexibleInstances
, OverlappingInstances
, IncoherentInstances #-}
{-