From aeda44c46a58d3698700e721ede57541f807359f Mon Sep 17 00:00:00 2001
From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>
Date: Fri, 1 Aug 2008 21:00:30 +0000
Subject: [PATCH] Added pragma to Text/Pandoc/Shared.hs to get rid of "orphan
 instance" warnings. (These are caused by the Lift instance for ByteString.)

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1361 788f1e2b-df1e-0410-8736-df70ead52e1b
---
 Text/Pandoc/Shared.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Text/Pandoc/Shared.hs b/Text/Pandoc/Shared.hs
index ea576472d..a310daaf0 100644
--- a/Text/Pandoc/Shared.hs
+++ b/Text/Pandoc/Shared.hs
@@ -1,3 +1,4 @@
+{-# OPTIONS_GHC -fno-warn-orphans #-}
 {-
 Copyright (C) 2006-8 John MacFarlane <jgm@berkeley.edu>