From 26253e475e398f49144143c07a5fddf4bb40be7c Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Fri, 1 Aug 2008 21:00:50 +0000 Subject: Added pragma to HTML writer to avoid deprecation warning for use of "start" attribute. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1362 788f1e2b-df1e-0410-8736-df70ead52e1b --- Text/Pandoc/Writers/HTML.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Text/Pandoc/Writers/HTML.hs b/Text/Pandoc/Writers/HTML.hs index d31ebfb85..6c28edb42 100644 --- a/Text/Pandoc/Writers/HTML.hs +++ b/Text/Pandoc/Writers/HTML.hs @@ -1,3 +1,4 @@ +{-# OPTIONS_GHC -fno-warn-deprecations #-} {- Copyright (C) 2006-8 John MacFarlane -- cgit v1.2.3