From afdffec76332e7eab6fcc54afe3de88eca8c7e95 Mon Sep 17 00:00:00 2001 From: Antoine Latter Date: Fri, 2 Sep 2011 17:50:17 -0500 Subject: TypeSynonymInstances no longer implies FlexibleInstances in GHC 7.2 --- src/Tests/Arbitrary.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Tests/Arbitrary.hs') diff --git a/src/Tests/Arbitrary.hs b/src/Tests/Arbitrary.hs index f5a44ceab..3ad90020d 100644 --- a/src/Tests/Arbitrary.hs +++ b/src/Tests/Arbitrary.hs @@ -1,5 +1,5 @@ {-# OPTIONS_GHC -fno-warn-orphans #-} -{-# LANGUAGE TypeSynonymInstances #-} +{-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-} -- provides Arbitrary instance for Pandoc types module Tests.Arbitrary () where -- cgit v1.2.3