mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-27 01:45:56 +00:00
TypeSynonymInstances no longer implies FlexibleInstances in GHC 7.2
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{-# OPTIONS_GHC -fno-warn-orphans #-}
|
||||
{-# LANGUAGE TypeSynonymInstances #-}
|
||||
{-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-}
|
||||
-- provides Arbitrary instance for Pandoc types
|
||||
module Tests.Arbitrary ()
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user