TypeSynonymInstances no longer implies FlexibleInstances in GHC 7.2

This commit is contained in:
Antoine Latter
2011-09-02 17:50:17 -05:00
parent 9804e0aa20
commit afdffec763
+1 -1
View File
@@ -1,5 +1,5 @@
{-# OPTIONS_GHC -fno-warn-orphans #-}
{-# LANGUAGE TypeSynonymInstances #-}
{-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-}
-- provides Arbitrary instance for Pandoc types
module Tests.Arbitrary ()
where