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
This commit is contained in:
fiddlosopher 2008-08-01 21:00:30 +00:00
parent 5383db206b
commit aeda44c46a

View file

@ -1,3 +1,4 @@
{-# OPTIONS_GHC -fno-warn-orphans #-}
{-
Copyright (C) 2006-8 John MacFarlane <jgm@berkeley.edu>