From 69b0c15030d78827efada08aae608637263c43c9 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 19 Mar 2011 12:05:55 -0700 Subject: Added FlexibleInstances pragma. Thanks to Sivaram Gowkana for the patch. --- src/Text/Pandoc/Templates.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Text/Pandoc/Templates.hs') diff --git a/src/Text/Pandoc/Templates.hs b/src/Text/Pandoc/Templates.hs index b03e8c73f..cad89f35f 100644 --- a/src/Text/Pandoc/Templates.hs +++ b/src/Text/Pandoc/Templates.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE TypeSynonymInstances #-} +{-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-} {- Copyright (C) 2009-2010 John MacFarlane -- cgit v1.2.3